diff options
| author | filliatr | 1999-10-13 12:34:30 +0000 |
|---|---|---|
| committer | filliatr | 1999-10-13 12:34:30 +0000 |
| commit | e148fce6fa35cc1bd3041ce18c87f5573f5bd596 (patch) | |
| tree | d5d76a6329730cbb99420071791c57046930bf64 /lib/util.mli | |
| parent | b5f6cce3f1aee416e5010a0a38f0508f107cd61e (diff) | |
- re-introduction d'une evar_map dans unsafe_env
- les var. ex. sont des entiers, et non plus des section_path
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@99 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/util.mli')
| -rw-r--r-- | lib/util.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util.mli b/lib/util.mli index a9d7d05b3c..484b2d61e7 100644 --- a/lib/util.mli +++ b/lib/util.mli @@ -73,6 +73,7 @@ val repeat : int -> ('a -> unit) -> 'a -> unit type ('a,'b) union = Inl of 'a | Inr of 'b module Intset : Set.S with type elt = int +module Intmap : Map.S with type key = int val out_some : 'a option -> 'a val option_app : ('a -> 'b) -> 'a option -> 'b option |
