]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/cic/cicInspect.mli
cicInspect: node count fixed
[helm.git] / helm / software / components / cic / cicInspect.mli
index 6540441014d0cdce236e806f58b0625468d2f607..a5b79b36d475d0aca0bd741bf9b293350ef75447 100644 (file)
@@ -31,6 +31,8 @@ val get_rels_from_premise: int -> Cic.term -> S.t
 
 val get_mutinds_of_uri: UriManager.uri -> Cic.term -> S.t
 
-(* count_nodes n t returns n + the number of nodes in t *)
-(* Cic.Implict nodes are counted if ~implicit:true      *)
-val count_nodes: implicit:bool -> int -> Cic.term -> int
+(* count_nodes n t returns n + the number of nodes in t                *)
+(* implicits, metas and casts are counted if ~meta:true                *)
+(* if ~meta:false, complies with                                       *)
+(* F.Guidi: Procedural representation of CIC Proof Terms. Last version *)
+val count_nodes: meta:bool -> int -> Cic.term -> int