packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/SplicesUsed.hs

{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE PartialTypeSignatures #-}
module SplicesUsed where

import Splices

maybeBool :: $(metaType1)
maybeBool = $(metaExp2) $(metaExp1)

charA :: a -> $(metaType2)
charA x = ('x', x)

filter' :: $(metaType3)
filter' = filter

$(metaDec1)

$(metaDec2)