https://github.com/Helium4Haskell/lvm
Raw File
Tip revision: 41f245d8bc4e7f74a65472cf277909651741ecfb authored by Niels on 05 July 2022, 07:52:47 UTC
create typefam compatible branch
Tip revision: 41f245d
Shadow0.core
{- naar aanleiding van een bug van Arjan van IJzendoorn -}
module Shadow0 where

main = piet
f x  = 1
piet = let f x = 42 in f 0
back to top