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
Shadow3.core
{- naar aanleiding van een bug van Arjan van IJzendoorn
xss en primRemInt hebben dezelfde hash!
-}
module Shadow3 where

main = piet 2
primRemInt x y = x
piet xss = primRemInt 42 xss
back to top