X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2FmatitaEngine.ml;h=ab357e5c356e72d5001605ec87bc005448746692;hb=729e08f5fb86b3ffee460fda4577b024ab5888aa;hp=dcc111a95a944064c5d563644f77e94d66ec865f;hpb=d284dd23d0e12a62a001d3473eadf4942d12ffaa;p=helm.git diff --git a/matita/matita/matitaEngine.ml b/matita/matita/matitaEngine.ml index dcc111a95..ab357e5c3 100644 --- a/matita/matita/matitaEngine.ml +++ b/matita/matita/matitaEngine.ml @@ -65,15 +65,8 @@ let eval_ast ?do_heavy_checks status (text,prefix_len,ast) = let lexicon_status_ref = ref (status :> LexiconEngine.status) in let baseuri = status#baseuri in let new_status,new_objs = - match ast with - | G.Executable (_, G.Command (_, G.Coercion _)) when dump -> -(* FG: some commands can not be executed when mmas are parsed *************) -(* To be removed when mmas will be executed *) - status, `New [] - | ast -> GrafiteEngine.eval_ast ~disambiguate_command:(disambiguate_command lexicon_status_ref) - ~disambiguate_macro:((* MATITA 1.0*) fun _ -> assert false) ?do_heavy_checks status (text,prefix_len,ast) in let new_status =