packages feed

HaRe-0.6: tools/base/tests/scopeTest0.hs

module ScopeTest0 where

id x = x

skk = id

bla = blaha

not True = False
not False = True

f = \ x -> \ x -> x
  where
    g = \ x -> x
    x = True