]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/ng_tactics/nTacStatus.mli
Multi-user matita: changed the status object to include a ``user'' method
[helm.git] / matitaB / components / ng_tactics / nTacStatus.mli
index 35e74debf70b315efee950816a8f4a65276c809b..f2a128665c6dd7ec3deb3a4cd17bb8ccff6b0da9 100644 (file)
@@ -50,7 +50,7 @@ class type g_pstatus =
  end
 
 class virtual pstatus :
- NCic.obj ->
string option -> NCic.obj ->
   object ('self)
    inherit g_pstatus
    inherit GrafiteDisambiguate.status
@@ -128,7 +128,7 @@ class type ['stack] g_status =
  end
 
 class virtual ['stack] status :
- NCic.obj -> 'stack ->
string option -> NCic.obj -> 'stack ->
   object ('self)
    inherit ['stack] g_status
    inherit pstatus