12 lines
283 B
Haskell
12 lines
283 B
Haskell
{-# LANGUAGE NoImplicitPrelude #-}
|
|
|
|
module Language.Haskell.Brittany.Internal.ToBriDoc.Stmt where
|
|
|
|
import GHC.Hs
|
|
import Language.Haskell.Brittany.Internal.Types
|
|
import Language.Haskell.Brittany.Internal.Components.BriDoc
|
|
|
|
|
|
|
|
layoutStmt :: GuardLStmt GhcPs -> ToBriDocM BriDocNumbered
|