packages feed

ghc-exactprint-0.5.0.1: tests/examples/ghc710/QuasiQuote2.hs

{-# LANGUAGE QuasiQuotes #-}
module Test where

a = bar
    where
        bar = [q|
            |]

b = bar
    where
        bar = [q|
           |]

c = bar
    where
        bar = [q|
             |]

d = [q|
            |]