]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/complete_rg/crgTxt.mli
some stuff on re
[helm.git] / helm / software / lambda-delta / complete_rg / crgTxt.mli
index 9570ffc6d6fb8ec0cc384133c3db90cc007dd494..150268a55c388a2df85a0e2744bf53ef37faa6e5 100644 (file)
@@ -11,7 +11,9 @@
 
 type status
 
-val initial_status: Entity.uri_generator -> status 
+val initial_status: unit -> status 
 
-val crg_of_txt: (status -> 'a) -> (status -> Crg.entity -> 'a) -> 
-                status -> Txt.entity -> 'a
+val refresh_status: status -> status
+
+val crg_of_txt: (status -> 'a) -> (status -> Crg.entity -> 'a) ->
+                (Txt.command -> unit) -> status -> Txt.command -> 'a