X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2FmatitaMisc.mli;h=c189861c65a65cad7373c70e5926e33329c2ec62;hb=e082eec771e24842f29a01fa258f7c80bc2db599;hp=b3bd617b2d69c04ec13e5cf3c72a8f144856ca7c;hpb=2815c74c03f38089d0e27aba00e2280223b0f76f;p=helm.git diff --git a/matita/matita/matitaMisc.mli b/matita/matita/matitaMisc.mli index b3bd617b2..c189861c6 100644 --- a/matita/matita/matitaMisc.mli +++ b/matita/matita/matitaMisc.mli @@ -35,7 +35,8 @@ val is_proof_object: string -> bool * it *) val append_phrase_sep: string -> string -val normalize_dir: string -> string (** add trailing "/" if missing *) + (** add trailing "/" if missing *) +val normalize_dir: string -> string val strip_suffix: suffix:string -> string -> string (** @return tl tail of a list starting at a given element @@ -50,8 +51,12 @@ type 'a memento class type ['a] history = object ('b) method add : 'a -> unit - method next : 'a (** @raise History_failure *) - method previous : 'a (** @raise History_failure *) + + (** @raise History_failure *) + method next : 'a + + (** @raise History_failure *) + method previous : 'a method load: 'a memento -> unit method save: 'a memento method is_begin: bool