1Ast_invariants(3) OCaml library Ast_invariants(3)
23
4
NAME
6Ast_invariants - Check AST invariants
7
Module
9Module Ast_invariants
10
Documentation
12Module Ast_invariants
13: sig end
1415
16
Check AST invariants
1718
Warning: this module is unstable and part of Compiler_libs .
1920
21
22
23
24
25
val structure : Parsetree.structure -> unit
2627
28
29
30
val signature : Parsetree.signature -> unit
3132
33
34
35
36
37
OCamldoc 2021-01-26 Ast_invariants(3)