]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/automath/autOutput.mli
- we now use a streaming architecture (run time gain: 11 secs)
[helm.git] / helm / software / lambda-delta / automath / autOutput.mli
index 6ff94387b67164b9d7a0ff34a0a0817e2b1abafa..a7369741864084eeb32d96b049433a0ea92ff43a 100644 (file)
@@ -27,6 +27,6 @@ type counters
 
 val initial_counters: counters
 
-val count: (counters -> 'a) -> counters -> Aut.book -> 'a
+val count_item: (counters -> 'a) -> counters -> Aut.item -> 'a
 
 val print_counters: (unit -> 'a) -> counters -> 'a