module Accel_ocaml_custom: sig .. end
sig
end
type inductive_name = string
string
type inductive_info = {
ciPrintAst : (Miniml.ml_ast -> Pp.std_ppcmds) -> Miniml.ml_ast -> Pp.std_ppcmds option;
(Miniml.ml_ast -> Pp.std_ppcmds) -> Miniml.ml_ast -> Pp.std_ppcmds option
ciPrintMatch : (Names.identifier list -> Pp.std_ppcmds -> Pp.std_ppcmds * Pp.std_ppcmds) list;
(Names.identifier list -> Pp.std_ppcmds -> Pp.std_ppcmds * Pp.std_ppcmds) list
val is_special_type : inductive_name -> bool
inductive_name -> bool
val special_type : inductive_name -> inductive_info
inductive_name -> inductive_info