Idris2-boot/tests/ttimp/search002/input
Edwin Brady 3e3c224bcb Move some tests around
Add a 'search' category
2019-05-26 11:34:02 +01:00

4 lines
134 B
Plaintext

getNth "x" (Cons (MkPair "y" 42) (Cons (MkPair "x" 94) Nil)) %search
getNth' "x" (Cons (MkPair "y" 42) (Cons (MkPair "x" 94) Nil))
:q