packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Arrows/operator-fat-arrow-right.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE Arrows #-}
module ArrowOperatorFatArrowRight where

import Control.Arrow

f g h = proc x -> do
  y <- g -< x
  h -< y