packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/declarations/infix-funlhs-th-cpp.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE TemplateHaskell #-}
module InfixFunlhsThCpp where
infixr 5 </>
(</>) :: Path b Dir -> Path Rel t -> Path b t
(</>) (Path a) (Path b) = Path (a ++ b)