mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-21 18:51:40 +03:00
45fc100f6c
We stored them as equations between terms, I think because terms are easy to re-evaluate with new information, and because I thought we might want to save them out. It's not usually a problem to do that. However... Going back and forth between terms and values can be expensive if we're stuck in the middle of a complicated unification problem, the like of which can turn up a lot if your types are complicated. So, we need to be able to handle this. Now store the postponed problems as NF, rather than Term, and add a fuction to resume evaluating a NF with an updated context.
8 lines
230 B
Plaintext
8 lines
230 B
Plaintext
Processing as TTImp
|
|
Written TTC
|
|
Yaffle> Main.lookup: All cases covered
|
|
Yaffle> Main.lookup':
|
|
($resolved408 [__] [__] ($resolved376 [__]) {_:59})
|
|
Yaffle> Main.lookup'': Calls non covering function Main.lookup'
|
|
Yaffle> Bye for now!
|