packages feed

ormolu-0.8.1.1: data/examples/declaration/value/function/multiline-strings-8-out.hs

{-# LANGUAGE MultilineStrings #-}

type Foo =
  """
  yeah
    yeah"""

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