Idris2-boot/tests/ttimp/nest001/input
Edwin Brady 984c3ff70d Implement local function definitions
Changed nested names (and case blocks) to store the resolved name as the
outer name, rather than the unresolved name, otherwise we'll have issues
when loading from TTC
2019-05-13 00:44:28 +01:00

7 lines
76 B
Plaintext

testlet 2
fn (S Z) (S Z)
fn2 (S Z) (S Z)
localdata Z
localdata (S (S Z))
:q