]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/grafite_engine/grafiteTypes.mli
update in staic_2 and basic_2
[helm.git] / matitaB / components / grafite_engine / grafiteTypes.mli
index 90fdbb52ee874f889f9ada8bfe21570e0ff750d8..0351b261158572ea83a899853b1f8b22606e58c1 100644 (file)
@@ -32,7 +32,7 @@ exception Command_error of string
 val command_error: string -> 'a   (** @raise Command_error *)
 
 class virtual status :
- string ->
+ string option -> string ->
   object ('self)
    (* Warning: #stack and #obj are meaningful iff #ng_mode is `ProofMode *)
    inherit NTacStatus.tac_status