]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/automath/autOutput.ml
- we implemented the hierarchy and sort names declaration in text parser
[helm.git] / helm / software / lambda-delta / automath / autOutput.ml
index 668de746284d75241dc97711b4c76b487a2c6cd0..d692005bd27826f8d43026f277ca8ea26e0fe658 100644 (file)
@@ -51,7 +51,7 @@ let rec count_term f c = function
       let f c = count_term f c t in
       count_term f c w
 
-let count_entity f c = function
+let count_command f c = function
    | A.Section _        ->
       f {c with sections = succ c.sections}
    | A.Context _        ->