module Constructor:sig..end
Datatype Constructors
type constructor
val get_num_fields : constructor -> intThe number of fields of the constructor.
val get_constructor_decl : constructor -> FuncDecl.func_declThe function declaration of the constructor.
val get_tester_decl : constructor -> FuncDecl.func_declThe function declaration of the tester.
val get_accessor_decls : constructor -> FuncDecl.func_decl listThe function declarations of the accessors