ormolu-0.8.1.1: 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
"""