License | BSD-style |
---|---|
Maintainer | Vincent Hanquez <vincent@snarc.org> |
Stability | experimental |
Portability | unknown |
Safe Haskell | None |
Language | Haskell98 |
Synopsis
- pretty :: PrettyType -> [ ASN1 ] -> String
-
data
PrettyType
- = Multiline Int
- | SingleLine
Documentation
:: PrettyType |
indent level in space character |
-> [ ASN1 ] |
stream of ASN1 |
-> String |
Pretty Print a list of ASN.1 element
data PrettyType Source #
Instances
Eq PrettyType Source # | |
Defined in Data.ASN1.Pretty (==) :: PrettyType -> PrettyType -> Bool Source # (/=) :: PrettyType -> PrettyType -> Bool Source # |
|
Show PrettyType Source # | |
Defined in Data.ASN1.Pretty |