1Pprintast(3) OCaml library Pprintast(3)
2
3
4
6 Pprintast - no description
7
9 Module Pprintast
10
12 Module Pprintast
13 : sig end
14
15
16
17
18
19
20
21 type space_formatter = (unit, Format.formatter, unit) Pervasives.format
22
23
24
25
26
27 val toplevel_phrase : Format.formatter -> Parsetree.toplevel_phrase ->
28 unit
29
30
31
32
33 val expression : Format.formatter -> Parsetree.expression -> unit
34
35
36
37
38 val string_of_expression : Parsetree.expression -> string
39
40
41
42
43 val top_phrase : Format.formatter -> Parsetree.toplevel_phrase -> unit
44
45
46
47
48 val core_type : Format.formatter -> Parsetree.core_type -> unit
49
50
51
52
53 val pattern : Format.formatter -> Parsetree.pattern -> unit
54
55
56
57
58 val signature : Format.formatter -> Parsetree.signature -> unit
59
60
61
62
63 val structure : Format.formatter -> Parsetree.structure -> unit
64
65
66
67
68 val string_of_structure : Parsetree.structure -> string
69
70
71
72
73
74
75OCamldoc 2019-02-02 Pprintast(3)