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