aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/detyping.ml
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/detyping.ml')
-rw-r--r--pretyping/detyping.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pretyping/detyping.ml b/pretyping/detyping.ml
index c59110124..66cd73e5d 100644
--- a/pretyping/detyping.ml
+++ b/pretyping/detyping.ml
@@ -71,6 +71,7 @@ module PrintingInductiveMake =
end) ->
struct
type t = inductive
+ let compare = ind_ord
let encode = Test.encode
let subst subst (kn, ints as obj) =
let kn' = subst_ind subst kn in