{-# LANGUAGE MultilineStrings #-} s = """ a b """ -- equivalent to s' = "a\nb\n" s1 = """ line 1 line 2 """ s2 = "line 3" s3 = """ line 4 line 5 """