packages feed

haskell-src-exts-1.17.0: tests/examples/UnicodeArrow.hs.exactprinter.golden

{-# LANGUAGE UnicodeSyntax #-}

arrowTest ::String ->  String
arrowTest input =
    case input of
      "hello" ->"world"
      "world" ->"hello"
      otherwise ->"unknow"