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

NAME

6       Printast - Raw printer for Parsetree
7

Module

9       Module   Printast
10

Documentation

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