module Genr: sig
.. end
Generation of construction functions for a type definition.
val genr_functions : (string * Parsetree.type_declaration) list -> Code.structure_item list
The global generation procedure: it generates the whole set of construction
function definitions from a given type definition.