ormolu/data/examples/other/language-pragma-no-header.hs
waddlaw ae40a33507 Sort language pragmas and fix their placement in modules
The approach we take here is parsing of language pragmas on creation of
comment stream and then pretty-printing them in a separate block.
2019-07-05 20:03:31 +02:00

4 lines
97 B
Haskell

{-# LANGUAGE LambdaCase #-}
{-# LANGuagE ViewPatterns #-}
{-# language DataKinds, LambdaCase #-}