mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2025-01-07 05:36:30 +03:00
Remove unnecessary solveConstraints
This commit is contained in:
parent
fe74d6bb7c
commit
d619c09ba3
@ -106,7 +106,6 @@ elabTermSub {vars} defining mode opts nest env env' sub tm ty
|
|||||||
InLHS _ => InLHS
|
InLHS _ => InLHS
|
||||||
_ => InTerm
|
_ => InTerm
|
||||||
solveConstraints solvemode Normal
|
solveConstraints solvemode Normal
|
||||||
solveConstraints solvemode Normal
|
|
||||||
logTerm 5 "Looking for delayed in " chktm
|
logTerm 5 "Looking for delayed in " chktm
|
||||||
ust <- get UST
|
ust <- get UST
|
||||||
catch (retryDelayed (reverse (delayedElab ust)))
|
catch (retryDelayed (reverse (delayedElab ust)))
|
||||||
|
Loading…
Reference in New Issue
Block a user