packages feed

ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/QuasiQuote2.hs

{-# LANGUAGE QuasiQuotes #-}
module Test where

a = bar
    where
        bar = [q|
            |]

b = bar
    where
        bar = [q|
           |]

c = bar
    where
        bar = [q|
             |]

d = [q|
            |]