X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fhelena%2Fsrc%2Fcommon%2Flayer.mli;h=f6abb11954984d00e059dde06b622b60fcb84a3a;hb=4e75ab41fb7a0a9a4f66cb777a791ce3950c57ce;hp=7ff8609bde734fc4f76f208a84a77ca952715285;hpb=2dc6df301ca3ebf444ec7f767921ee0e57ccd592;p=helm.git diff --git a/helm/software/helena/src/common/layer.mli b/helm/software/helena/src/common/layer.mli index 7ff8609bd..f6abb1195 100644 --- a/helm/software/helena/src/common/layer.mli +++ b/helm/software/helena/src/common/layer.mli @@ -17,7 +17,7 @@ val initial_status: unit -> status val refresh_status: status -> status -val infinite: layer +val infinity: layer val finite: int -> layer @@ -39,3 +39,4 @@ val assert_equal: status -> layer -> layer -> bool val is_not_zero: status -> layer -> bool +val are_equal: status -> layer -> layer -> bool