]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteMarshal.ml
1) Include files for NG were neither recursively processes nor accumulated.
[helm.git] / helm / software / components / grafite / grafiteMarshal.ml
index 481a1b21dcacaed45448da576d50378433d5d616..d666f62b61837163fe53dc9905fdc0d2f2df1020 100644 (file)
@@ -52,6 +52,7 @@ let rehash_cmd_uris =
       GrafiteAst.Index (loc, HExtlib.map_option CicUtil.rehash_term key, rehash_uri uri)
   | GrafiteAst.Select (loc, uri) -> 
       GrafiteAst.Select (loc, rehash_uri uri)
+  | GrafiteAst.Include _ as cmd -> cmd
   | cmd ->
       prerr_endline "Found a command not expected in a .moo:";
       let term_pp _ = assert false in