https://github.com/Helium4Haskell/lvm
Raw File
Tip revision: 26857cef4ea09c7a96311c898ac6859b66f29d39 authored by Lars on 05 December 2018, 11:11:42 UTC
Added qualified typing to LVM
Tip revision: 26857ce
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