packages feed

fourmolu-0.2.0.0: data/examples/declaration/value/function/splice-four-out.hs

{-# LANGUAGE TemplateHaskell #-}

bar = $bar

bar' = $(bar "something")

baz = $$baz

baz' = $$(baz "something")