]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite_engine/grafiteTypes.ml
HUGE COMMIT:
[helm.git] / matita / components / grafite_engine / grafiteTypes.ml
index 06cf9b9687d5a43c6cf96bf0b3129e717cc3c586..7cb6bef0c37877feb62dd3bf90bd8755e181d2f1 100644 (file)
@@ -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))