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
19
20
21
22
23
val structure : Parsetree.structure -> unit
2425
26
27
28
val signature : Parsetree.signature -> unit
2930
31
32
33
34
35
OCamldoc 2019-02-02 Ast_invariants(3)