this repo has no description

Fix 4.02 build

+3 -1
+3 -1
src/document/generator.mli
··· 1 1 open Generator_signatures 2 2 3 - module Make (_ : SYNTAX) : GENERATOR 3 + [@@@warning "-67"] 4 + 5 + module Make (Syntax : SYNTAX) : GENERATOR