packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/golden/module/infix-funlhs-th-splice-pattern.yaml

extensions: [TemplateHaskell]
input: |
  {-# LANGUAGE TemplateHaskell #-}
  module InfixFunlhsThSplicePattern where

  $splice `fn` () = ()
ast: |-
  Module {ModuleHead {"InfixFunlhsThSplicePattern"}, [TemplateHaskell], [DeclValue (FunctionBind "fn" [Match {MatchHeadInfix, [PSplice (EVar "splice"), PTuple []], ETuple []}])]}
status: pass