summaryrefslogtreecommitdiff
path: root/coq.ml
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2013-12-05 07:55:13 +0100
committerGravatar Stephane Glondu <steph@glondu.net>2013-12-05 07:55:13 +0100
commitf209662275c567f867cba91c26074914e8d7b5de (patch)
tree1b034f56d1d49fc6f65c887ade1ac6fb65d496e6 /coq.ml
parentcfe42626a09cd7f9d7b53cc40f421fd1ce2befb4 (diff)
parenta77bca84565b26aeedec3b210d761240d9d261f4 (diff)
Merge tag 'upstream/0.4'
Upstream version 0.4
Diffstat (limited to 'coq.ml')
-rw-r--r--coq.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/coq.ml b/coq.ml
index 7371913..132fbf7 100644
--- a/coq.ml
+++ b/coq.ml
@@ -148,6 +148,8 @@ module Leibniz = struct
let path = ["Coq"; "Init"; "Logic"]
let eq_refl = lazy (init_constant path "eq_refl")
let eq_refl ty x = lapp eq_refl [| ty;x|]
+ let eq ty = Term.mkApp (init_constant path "eq", [| ty |])
+
end
module Option = struct