packages feed

ghc-exactprint-0.5.0.0: tests/examples/ghc8/Test.hs

{-# LANGUAGE QuasiQuotes #-}
module Test where

import QQ

f' = f . (+ 1)

[pq| foo |]         -- Expands to f :: Int -> Int
f x = x + 1