aboutsummaryrefslogtreecommitdiff
path: root/lib/exninfo.mli
diff options
context:
space:
mode:
authorppedrot2013-03-12 20:59:37 +0000
committerppedrot2013-03-12 20:59:37 +0000
commit091824ae0f9bffcdee757bbd048e8a0f63cc5054 (patch)
treed4370325be1dc2ed76139e987034101681527368 /lib/exninfo.mli
parent198586739090e63ad65051449f1a80f751c4c08b (diff)
Updated Exninfo to the new Store type.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16268 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/exninfo.mli')
-rw-r--r--lib/exninfo.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exninfo.mli b/lib/exninfo.mli
index dca8ff7de8..844ff0f96a 100644
--- a/lib/exninfo.mli
+++ b/lib/exninfo.mli
@@ -8,7 +8,7 @@
(** Additional information worn by exceptions. *)
-type +'a t
+type 'a t
(** Information containing a given type. *)
val make : unit -> 'a t