packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Hackage/ghc-events-concat-if-chain-roundtrip-xfail.hs

{- ORACLE_TEST pass -}
module GhcEventsConcatIfChainRoundtripXfail where

f a b c d e =
  "cost centre " <> a
  <> " " <> b
  <> " in " <> c
  <> " at " <> d
  <> if e then " CAF" else ""