https://github.com/Helium4Haskell/lvm
Raw File
Tip revision: 7a44a05b695602cb141014fc38e076752711dc59 authored by Ivo Gabe de Wolff on 04 February 2020, 16:32:17 UTC
Fix pretty printing of 'export' and 'from'
Tip revision: 7a44a05
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