ormolu-0.8.0.0: data/examples/declaration/value/function/multiline-strings-8.hs
{-# LANGUAGE MultilineStrings #-}
type Foo = """
yeah
yeah"""
foo = foo @"""yeah
yeah
"""
{-# LANGUAGE MultilineStrings #-}
type Foo = """
yeah
yeah"""
foo = foo @"""yeah
yeah
"""