diff options
| author | Kathy Gray | 2016-02-24 12:12:17 +0000 |
|---|---|---|
| committer | Kathy Gray | 2016-02-24 12:12:17 +0000 |
| commit | 655d8f0b01b6d7f06c08c9b5d4a3b177d802c609 (patch) | |
| tree | 21286c488477181877487a800fea36012364af1e /src/initial_check_full_ast.mli | |
| parent | 49a816fde2874e9037f492227fbe9bdc32c01a64 (diff) | |
Small mixups to get the initial check infrastructure working for full ast processing
Diffstat (limited to 'src/initial_check_full_ast.mli')
| -rw-r--r-- | src/initial_check_full_ast.mli | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/initial_check_full_ast.mli b/src/initial_check_full_ast.mli index 7c831a67..57346dcf 100644 --- a/src/initial_check_full_ast.mli +++ b/src/initial_check_full_ast.mli @@ -1,8 +1,6 @@ open Ast open Type_internal -type kind = Type_internal.kind -type typ = Type_internal.t (*Envs is a tuple of used names (currently unused), map from id to kind, default order for vector types and literal vectors *) type envs = Nameset.t * kind Envmap.t * Ast.order |
