brittany/source/library/Brittany/Internal/Layouters/Stmt.hs-boot

11 lines
192 B
Haskell

{-# LANGUAGE NoImplicitPrelude #-}
module Brittany.Internal.Layouters.Stmt where
import GHC.Hs
import Brittany.Internal.Types
layoutStmt :: ToBriDoc' (StmtLR GhcPs GhcPs (LHsExpr GhcPs))