X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fgrafite_engine%2FgrafiteTypes.ml;h=80efca87aa05b6e968ffeee01c1ae3682aaf20bb;hb=86458c2afc0d02aad6dc22267793b7538dc475d0;hp=0d59e4b469351dc7d39e2b2da2b0c5996780df82;hpb=894b08ca7d14aa7e31c35f3acb3903a1c3472a27;p=helm.git diff --git a/components/grafite_engine/grafiteTypes.ml b/components/grafite_engine/grafiteTypes.ml index 0d59e4b46..80efca87a 100644 --- a/components/grafite_engine/grafiteTypes.ml +++ b/components/grafite_engine/grafiteTypes.ml @@ -57,6 +57,7 @@ type status = { options: options; objects: UriManager.uri list; coercions: UriManager.uri list; + universe:Universe.universe; } let get_current_proof status = @@ -123,7 +124,8 @@ let add_moo_content cmds status = (fun cmd acc -> (* prerr_endline ("adding to moo command: " ^ GrafiteAstPp.pp_command cmd); *) match cmd with - | GrafiteAst.Default _ -> + | GrafiteAst.Default _ + | GrafiteAst.Index _ -> if List.mem cmd content then acc else cmd :: acc | _ -> cmd :: acc)