Up

module Camlp4Ast2OCamlAst

: sig
#
module Make : functor (Camlp4Ast : Sig.Camlp4Ast) -> sig
Useful functions
#
val sig_item : Camlp4Ast.sig_item -> Parsetree.signature
#
val str_item : Camlp4Ast.str_item -> Parsetree.structure
#
val phrase : Camlp4Ast.str_item -> Parsetree.toplevel_phrase
end
end