hdiff
packages
feed
hhp
-1.0.3: test/data/Baz.hs
{-# LANGUAGE QuasiQuotes #-} module Baz (baz) where import Foo (fooQ) baz = [fooQ| foo bar baz |]