1Misc.HookSig(3) OCaml library Misc.HookSig(3)
23
4
NAME
6Misc.HookSig - no description
7
Module type
9Module type Misc.HookSig
10
Documentation
12Module type HookSig
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-02-02 Misc.HookSig(3)