]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_procedural/proceduralTypes.ml
New tactic intro. Syntax: "# n".
[helm.git] / helm / software / components / acic_procedural / proceduralTypes.ml
index b7f3e31b9f87b2cf9fc6ded31f63c350152331b9..cb4c11d2ee6f87b10d671297b936f903a4da36a4 100644 (file)
@@ -274,6 +274,7 @@ let render_steps a = render_steps mk_dot a
 let rec count_step a = function
    | Note _
    | Statement _  
+   | Id _
    | Qed _           -> a
    | Branch (pps, _) -> List.fold_left count_steps a pps
    | _               -> succ a