haskell-src-exts-1.18.0: tests/examples/UnicodeArrow.hs.prettyprinter.golden
{-# LANGUAGE UnicodeSyntax #-}
arrowTest :: String -> String
arrowTest input
= case input of
"hello" -> "world"
"world" -> "hello"
otherwise -> "unknow"