packages feed

brittany-0.14.0.0: data/Test339.hs

{-# LANGUAGE BangPatterns #-}
a = \x -> x
b = \ ~x -> x
c = \ !x -> x
d = \(~x) -> x