packages feed

fourmolu-0.10.0.0: data/examples/other/pragma-sorting.hs

{-# LANGUAGE ApplicativeDo       #-}
{-# LANGUAGE GHC2021             #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeFamilies        #-}
{-# LANGUAGE NondecreasingIndentation #-}
-- This gap is necessary for stylish Haskell not to re-arrange
-- NoMonoLocalBinds before TypeFamilies
{-# LANGUAGE NoMonoLocalBinds    #-}

module Foo (
   bar
  ) where