]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/binaries/transcript/grafite.ml
1) Include files for NG were neither recursively processes nor accumulated.
[helm.git] / helm / software / components / binaries / transcript / grafite.ml
index cae0bdfb53aef4aff69e27e4ff00c220a157e687..d44a17c5897e40df09508101d852b3025a0c060a 100644 (file)
@@ -76,7 +76,7 @@ let command_of_macro macro =
    G.Executable (floc, G.Macro (floc, macro))
 
 let require moo value =
-   command_of_obj (G.Include (floc, moo, value ^ ".ma"))
+   command_of_obj (G.Include (floc, moo, `OldAndNew, value ^ ".ma"))
 
 let coercion value =
    command_of_obj (G.Coercion (floc, UM.uri_of_string value, true, 0, 0))