aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/term_typing.ml
diff options
context:
space:
mode:
authorGravatar Gaetan Gilbert <gaetan.gilbert@ens-lyon.fr>2016-12-12 14:49:01 +0100
committerGravatar Gaetan Gilbert <gaetan.gilbert@ens-lyon.fr>2016-12-12 14:49:01 +0100
commit421d846d80c19226ba0922ff3c3b0006c98c21b6 (patch)
tree3ef075cee201771851dd974e339735a12ec51dc9 /kernel/term_typing.ml
parent90b61424761c5ba1ddbecf20c29d78b485584ae7 (diff)
Replace Typeops by Fast_typeops
This is really [mv fast_typeops.ml{,i} typeops.ml{,i}] plus trivial changes in the other files, the real changes are in the parent commit.
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 d8774944e..3a0d1a2a5 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