]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/complete_rg/crgAut.mli
- we completed the text parser fixing the syntactic shortcuts
[helm.git] / helm / software / lambda-delta / complete_rg / crgAut.mli
index b48145d0f2c239fe72b303d7053795a71125d996..c7d93d3ce4f13838c821faf0bdb9a46bc53b834e 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_aut: (status -> 'a) -> (status -> Crg.entity -> 'a) -> 
                 status -> Aut.command -> 'a