packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/UnicodeSyntax/unicode-bind-arrow.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE UnicodeSyntax #-}

module UnicodeSyntaxDo where

testDo ∷ IO ()
testDo = do
  x ← return 42
  y ← return 99
  return ()