mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2025-01-03 18:25:16 +03:00
e8e39524a0
We do this because, working left to right, if there's an implicit argument we won't necessarily know the types of later arguments before elaborating them. But, since we want to have type directed disambiguation of names, it's better to learn the values of those implicits from the return types than from the elaboration of the later arguments, because then we'll be able to use that type to help disambiguate later arguments if necessary. |
||
---|---|---|
.. | ||
Control | ||
Core | ||
Data | ||
Parser | ||
Text | ||
TTImp | ||
Utils | ||
Yaffle |