From e148fce6fa35cc1bd3041ce18c87f5573f5bd596 Mon Sep 17 00:00:00 2001 From: filliatr Date: Wed, 13 Oct 1999 12:34:30 +0000 Subject: - 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 --- lib/util.ml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/util.ml') diff --git a/lib/util.ml b/lib/util.ml index f7e50204c1..be6f67dc16 100644 --- a/lib/util.ml +++ b/lib/util.ml @@ -252,6 +252,8 @@ type ('a,'b) union = Inl of 'a | Inr of 'b module Intset = Set.Make(struct type t = int let compare = compare end) +module Intmap = Map.Make(struct type t = int let compare = compare end) + let out_some = function | Some x -> x | None -> failwith "out_some" -- cgit v1.2.3