]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/complete_rg/crgTxt.mli
- pipeline support for generated entities in text mode completed
[helm.git] / helm / software / lambda-delta / complete_rg / crgTxt.mli
index 90105b57f68cff6f75904e5b2d01fb1f68d97be2..150268a55c388a2df85a0e2744bf53ef37faa6e5 100644 (file)
@@ -15,5 +15,5 @@ val initial_status: unit -> status
 
 val refresh_status: status -> status
 
-val crg_of_txt: (status -> 'a) -> (status -> Crg.entity -> 'a) -> 
-                status -> Txt.command -> 'a
+val crg_of_txt: (status -> 'a) -> (status -> Crg.entity -> 'a) ->
+                (Txt.command -> unit) -> status -> Txt.command -> 'a