index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'lib')
-rw-r--r--
lib/pp.ml
2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pp.ml b/lib/pp.ml
index 5d7c71635e..8687878646 100644
--- a/
lib/pp.ml
+++ b/
lib/pp.ml
@@ -44,7 +44,7 @@ end
module Tag :
sig
- type t
+ type t
type 'a key
val create : string -> 'a key
val inj : 'a -> 'a key -> t