packages feed

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

{-# LANGUAGE QuasiQuotes #-}
module Test where

import QQ

f' = f . (+ 1)

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