Idris2-boot/tests/idris2/interactive005/input
Edwin Brady 84faedba50 Tweak expression search heuristic
Search locals left to right, so that they are used as arguments in the
same order by default in recursive calls.
2020-02-15 23:24:00 +00:00

10 lines
122 B
Plaintext

:gd 7 my_cong
:gd 9 my_curry
:gd 11 my_uncurry
:gd 13 append
:gd 15 lappend
:gd 17 zipWith
:gd 29 lookup
:t my_uncurry
:q