From 6da011a8677676462b24940a6171fb22615c3fbb Mon Sep 17 00:00:00 2001 From: letouzey Date: Thu, 24 Oct 2013 21:29:41 +0000 Subject: More monomorphic List.mem + List.assoc + ... To reduce the amount of syntactic noise, we now provide a few inner modules Int.List, Id.List, String.List, Sorts.List which contain some monomorphic (or semi-monomorphic) functions such as mem, assoc, ... NB: for Int.List.mem and co we reuse List.memq and so on. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16936 85f007b7-540e-0410-9357-904b9bb8a0f7 --- checker/term.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'checker/term.mli') diff --git a/checker/term.mli b/checker/term.mli index 68b408617..f75341b9d 100644 --- a/checker/term.mli +++ b/checker/term.mli @@ -2,6 +2,7 @@ open Names open Cic val family_of_sort : sorts -> sorts_family +val family_equal : sorts_family -> sorts_family -> bool val strip_outer_cast : constr -> constr val collapse_appl : constr -> constr -- cgit v1.2.3