packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/DoAndIfThenElse/do-infix-continuation.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE DoAndIfThenElse #-}
module DoInfixContinuation where

-- Infix operator at the same indent level continues the previous
-- expression rather than starting a new statement (parse-error rule).
f x y = do
  x
  + y