]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/automath/autOutput.mli
- we implemented the hierarchy and sort names declaration in text parser
[helm.git] / helm / software / lambda-delta / automath / autOutput.mli
index 611c1bf6be04fa2432aace23ecdc6fe33f8947e7..1a5f561041e969272b3264a903b0b4578487b2cf 100644 (file)
@@ -13,7 +13,7 @@ type counters
 
 val initial_counters: counters
 
-val count_entity: (counters -> 'a) -> counters -> Aut.entity -> 'a
+val count_command: (counters -> 'a) -> counters -> Aut.command -> 'a
 
 val print_counters: (unit -> 'a) -> counters -> 'a