1Printast(3)                      OCaml library                     Printast(3)
2
3
4

NAME

6       Printast - no description
7

Module

9       Module   Printast
10

Documentation

12       Module Printast
13        : sig end
14
15
16
17
18
19
20
21
22       val  interface  :  Format.formatter -> Parsetree.signature_item list ->
23       unit
24
25
26
27
28       val implementation : Format.formatter -> Parsetree.structure_item  list
29       -> unit
30
31
32
33
34       val top_phrase : Format.formatter -> Parsetree.toplevel_phrase -> unit
35
36
37
38
39       val  expression  :  int  -> Format.formatter -> Parsetree.expression ->
40       unit
41
42
43
44
45       val structure : int -> Format.formatter -> Parsetree.structure -> unit
46
47
48
49
50       val payload : int -> Format.formatter -> Parsetree.payload -> unit
51
52
53
54
55
56
57OCamldoc                          2019-02-02                       Printast(3)
Impressum