]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/common/layer.ml
- bug fix in the static analyzer allows better Pi/forall separation (exportation...
[helm.git] / helm / software / helena / src / common / layer.ml
index 1ad6cf28cae6b5522bbb37cc33ba6c720d6e1c3c..de8b9825486bcd183cb60158bf9112d93ec020ef 100644 (file)
@@ -123,7 +123,7 @@ let initial_status () =
 
 let refresh_status st = st 
 
-let infinite = cell true Inf
+let infinity = cell true Inf
 
 let finite i = cell true (Fin i)