]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_procedural/acic2Procedural.ml
Procedural: bug fix in comment generation
[helm.git] / helm / software / components / acic_procedural / acic2Procedural.ml
index 1660df50dd9401d80c445f92388d1271d566c1aa..380e52efec280ca40f308a92b5e0bcafd00c2998 100644 (file)
@@ -92,7 +92,7 @@ let push st = {st with case = 1 :: st.case}
 
 let inc st =
    {st with case = match st.case with 
-      | []       -> assert false
+      | []       -> []
       | hd :: tl -> succ hd :: tl
    }