packages feed

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

{-# LANGUAGE MultilineStrings #-}

type Foo =
    """
    yeah
      yeah"""

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