X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fgrafite_engine%2FgrafiteTypes.ml;h=e3086b2d7b18ff9457483f30965dff30ccaa7a9c;hb=1ac7951d70bb5c850697643e3df303290f69bc74;hp=0e1b87fa1a6d949e3f36c9bd4d2d2ce1de9269a2;hpb=f9f775a550264a8dc9ce7ea9a48b79892a122c3c;p=helm.git diff --git a/matita/components/grafite_engine/grafiteTypes.ml b/matita/components/grafite_engine/grafiteTypes.ml index 0e1b87fa1..e3086b2d7 100644 --- a/matita/components/grafite_engine/grafiteTypes.ml +++ b/matita/components/grafite_engine/grafiteTypes.ml @@ -31,7 +31,7 @@ exception Command_error of string let command_error msg = raise (Command_error msg) -class status = fun (b : string) -> +class virtual status = fun (b : string) -> let fake_obj = NUri.uri_of_string "cic:/matita/dummy.decl",0,[],[], NCic.Constant([],"",None,NCic.Implicit `Closed,(`Provided,`Theorem,`Regular)) @@ -51,5 +51,4 @@ class status = fun (b : string) -> method set_ng_mode v = {< ng_mode = v >} end -module Serializer = - NCicLibrary.Serializer(struct type dumpable_status = status end) +module Serializer = NCicLibrary.Serializer(struct type dumpable_s = status end)