1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

This is no longer the case!

This commit is contained in:
Rob Rix 2018-05-11 11:21:07 -04:00
parent bdbc20dd9a
commit 5798751181

View File

@ -52,7 +52,6 @@ evaluatingWithHoles
. resumingAddressError @(Value Precise) @Precise
. constrainedToValuePrecise
-- The order is significant here: caching has to run before typeChecking, or else well nondeterministically produce TypeErrors as part of the result set. While this is probably actually correct, it will require us to have an Ord instance for TypeError, which we dont have yet.
checking
= runM @(Evaluator Monovariant Type) @IO
. fmap (first reassociateTypes)