packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/golden/module/arrow-command-infix-bare-case-arrapp.yaml

extensions: [Arrows, ViewPatterns]
input: |
  x C {a = proc _ -> case [] of
        _ -> [] -<< []
     `a` [] -< []
   -> _} = ()
status: fail
reason: GHC rejects bare case and arrow application operands in command infix syntax