ghc-exactprint-1.9.0.0: tests/examples/ghc910/Normalform.hs
{-# LANGUAGE PatternGuards #-}
module Normalform where
nfCom = case expr of
x :*: y -- comment
| x' <= y' -> x' :*: y'
_ -> blah
{-# LANGUAGE PatternGuards #-}
module Normalform where
nfCom = case expr of
x :*: y -- comment
| x' <= y' -> x' :*: y'
_ -> blah