packages feed

fourmolu-0.18.0.0: data/examples/declaration/value/function/multiline-strings-8.hs

{-# LANGUAGE MultilineStrings #-}

type Foo = """
  yeah
    yeah"""

foo = foo @"""yeah
           yeah
           """