packages feed

HaRe-0.6: tools/base/defs/tests/fnT1.hs

data S = S { x :: [Int]}

g z@(S {x = y:ys})  = x x x x

f (x:xs) = x:xs