ghc-exactprint-0.5.3.1: tests/examples/ghc80/Test.hs
{-# LANGUAGE QuasiQuotes #-}
module Test where
import QQ
f' = f . (+ 1)
[pq| foo |] -- Expands to f :: Int -> Int
f x = x + 1
{-# LANGUAGE QuasiQuotes #-}
module Test where
import QQ
f' = f . (+ 1)
[pq| foo |] -- Expands to f :: Int -> Int
f x = x + 1