]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite_engine/grafiteTypes.ml
Semantics of try changed (fixed) when applied to multiple goals that can now
[helm.git] / matita / components / grafite_engine / grafiteTypes.ml
index 573fa28c9adbc639b54b6f03c84af5bdd52019c7..fe27a965673652ee084f12a9138e2dc19c1ad3a9 100644 (file)
@@ -42,12 +42,16 @@ class status = fun (b : string) ->
    inherit NCicLibrary.dumpable_status
    inherit NCicLibrary.status
    inherit GrafiteParser.status
+   inherit TermContentPres.status
    val baseuri = b
    val ng_mode = (`CommandMode : [`CommandMode | `ProofMode])
+   val dependencies = ([] : string list)
    method baseuri = baseuri
    method set_baseuri v = {< baseuri = v >}
    method ng_mode = ng_mode;
    method set_ng_mode v = {< ng_mode = v >}
+   method dependencies = dependencies
+   method set_dependencies v = {< dependencies = v >}
  end
 
 module Serializer =