diff options
| author | Gaetan Gilbert | 2016-12-12 14:49:01 +0100 |
|---|---|---|
| committer | Gaetan Gilbert | 2016-12-12 14:49:01 +0100 |
| commit | 421d846d80c19226ba0922ff3c3b0006c98c21b6 (patch) | |
| tree | 3ef075cee201771851dd974e339735a12ec51dc9 /kernel/term_typing.ml | |
| parent | 90b61424761c5ba1ddbecf20c29d78b485584ae7 (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.ml | 1 |
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 |
