summaryrefslogtreecommitdiff
path: root/src/spec_analysis.mli
diff options
context:
space:
mode:
authorAlasdair Armstrong2017-07-21 18:30:08 +0100
committerAlasdair Armstrong2017-07-21 18:30:08 +0100
commita14c066d0c152584cc8799580c2a5fe401f110d0 (patch)
tree4d9fbc1ab0e27a5ce65d003e8a133ce65af3d5c0 /src/spec_analysis.mli
parent79b81722d8cfe3c2c2fa16bbc8643e8243dfa015 (diff)
Everything moved to new typechecker
Modified initial_check.ml so it no longer requires type_internal. It's still needs cleaned up in a few ways. Most of the things it's trying to do could be done nicer if we took some time to re-factor it, and some of the things should just be handled by the main typechecker, leaving it as a think layer between the parse_ast and the ast. Now that's done everything can be switched to the new typechecker and the _new suffixes were deleted from everything except the monomorphisation pass because I don't know the status of that.
Diffstat (limited to 'src/spec_analysis.mli')
-rw-r--r--src/spec_analysis.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spec_analysis.mli b/src/spec_analysis.mli
index 7c6f3685..6295a7ec 100644
--- a/src/spec_analysis.mli
+++ b/src/spec_analysis.mli
@@ -42,7 +42,7 @@
open Ast
open Util
-open Type_check_new
+open Type_check
(*Determines if the first typ is within the range of the the second typ,
using the constraints provided when the first typ contains variables.