Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data FormatPart Source #
Instances
Eq FormatPart Source # | |
Defined in Cmt.Types.Config (==) :: FormatPart -> FormatPart -> Bool # (/=) :: FormatPart -> FormatPart -> Bool # | |
Show FormatPart Source # | |
Defined in Cmt.Types.Config showsPrec :: Int -> FormatPart -> ShowS # show :: FormatPart -> String # showList :: [FormatPart] -> ShowS # |
type Format = [FormatPart] Source #
formatName :: FormatPart -> Maybe Name Source #