Up

module Camlp4_config

: sig
#
val version : string
#
val ocaml_standard_library : string
#
val camlp4_standard_library : string
#
val ocaml_ast_impl_magic_number : string
#
val ocaml_ast_intf_magic_number : string
#
val camlp4_ast_impl_magic_number : string
#
val camlp4_ast_intf_magic_number : string
#
val program_name : string Pervasives.ref
#
val unsafe : bool Pervasives.ref
#
val verbose : bool Pervasives.ref
#
val quotations : bool Pervasives.ref
#
val antiquotations : bool Pervasives.ref
#
val constructors_arity : bool Pervasives.ref
#
val inter_phrases : string option Pervasives.ref
#
val current_input_file : string Pervasives.ref
end