1Pparse.ImplementationHooks(3) OCaml library Pparse.ImplementationHooks(3)
23
4
NAME
6Pparse.ImplementationHooks - no description
7
Module
9Module Pparse.ImplementationHooks
10
Documentation
12Module ImplementationHooks
13: sig end
1415
16
17
18
19
20
21
type t
2223
24
25
26
27
val add_hook : string -> (Misc.hook_info -> t -> t) -> unit
2829
30
31
32
val apply_hooks : Misc.hook_info -> t -> t
3334
35
36
37
38
39
OCamldoc 2019-07-30 Pparse.ImplementationHooks(3)