brittany/data/Test339.hs

6 lines
85 B
Haskell

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