packages feed

ormolu-0.8.1.1: data/examples/other/disabling/line-pragma-in-disabled-region.hs

module Foo(foo) where 

{- ORMOLU_DISABLE -}
foo=
{-# LINE 11 "Abc.hs" #-}
  this . line $ ((is automatically generated) Haskell<>code)
{- ORMOLU_ENABLE -}