packages feed

hindent-4.4.2: test/gibiansky/tests/32.test

instance A B where
  x = y
>
a = b

instance A B where
  x = y
>
a = b

data ConvertSpec f =
       ConvertSpec
         { convertToIpynb :: f Bool
         , convertInput :: f FilePath
         , convertOutput :: f FilePath
         , convertLhsStyle :: f (LhsStyle T.Text)
         , convertOverwriteFiles :: Bool
         }

f b
  | b = 3

f b
  | b =
      3

a =
  case x of
    Record { x = x }| test -> ans

a =
  case x of
    Just x | test -> ans

{-# NOINLINE val #-}

{-# INLINE val #-}