aboutsummaryrefslogtreecommitdiff
path: root/kernel/term_typing.ml
diff options
context:
space:
mode:
authorMaxime Dénès2017-02-08 13:04:00 +0100
committerMaxime Dénès2017-02-08 13:04:00 +0100
commit8d7c8bb91bb1cee533bb3f94fe36a04343f08006 (patch)
tree7a8c381e021a905ca90183ac62b63859c9d4f102 /kernel/term_typing.ml
parent3550120641c3b8d84290dc950e717aaf099775f9 (diff)
parent90b6969c467f097a4d7da0140e1351ef98d6401d (diff)
Merge PR#393: Replace Typeops with Fast_typeops
Diffstat (limited to 'kernel/term_typing.ml')
-rw-r--r--kernel/term_typing.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/term_typing.ml b/kernel/term_typing.ml
index d8774944e4..3a0d1a2a5e 100644
--- a/kernel/term_typing.ml
+++ b/kernel/term_typing.ml
@@ -20,7 +20,6 @@ open Declarations
open Environ
open Entries
open Typeops
-open Fast_typeops
module RelDecl = Context.Rel.Declaration
module NamedDecl = Context.Named.Declaration