From 4541d28ba3c50bc8e45c4ccf418bbdd225454dec Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Mon, 3 Jun 2019 14:32:18 +0200 Subject: Expose set interface to option tables This lets us avoid having to cache the SearchBlacklist.elements call in search as we can just use the set module's for_all function. --- kernel/names.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'kernel/names.mli') diff --git a/kernel/names.mli b/kernel/names.mli index 2238e932b0..e48cdf26ec 100644 --- a/kernel/names.mli +++ b/kernel/names.mli @@ -481,6 +481,7 @@ type constructor = inductive (* designates the inductive type *) * int (* the index of the constructor BEWARE: indexing starts from 1. *) +module Indset : CSig.SetS with type elt = inductive module Indmap : CSig.MapS with type key = inductive module Constrmap : CSig.MapS with type key = constructor module Indmap_env : CSig.MapS with type key = inductive -- cgit v1.2.3