]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/complete_rg/crgTxt.mli
- we completed the text parser fixing the syntactic shortcuts
[helm.git] / helm / software / lambda-delta / complete_rg / crgTxt.mli
index 5edaabeddc894fb73d8136e7c79848ff00712695..90105b57f68cff6f75904e5b2d01fb1f68d97be2 100644 (file)
@@ -11,7 +11,9 @@
 
 type status
 
-val initial_status: Entity.uri_generator -> status 
+val initial_status: unit -> status 
+
+val refresh_status: status -> status
 
 val crg_of_txt: (status -> 'a) -> (status -> Crg.entity -> 'a) -> 
                 status -> Txt.command -> 'a