https://github.com/Helium4Haskell/lvm
Raw File
Tip revision: 50a0365651726c91238bf5ab34b93e0ec4b40795 authored by Ivo Gabe de Wolff on 15 May 2019, 11:36:59 UTC
Initial work on region inference
Tip revision: 50a0365
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