asn1-types-0.3.4: ASN.1 types
LicenseBSD-style
MaintainerVincent Hanquez <vincent@snarc.org>
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell98

Data.ASN1.Pretty

Description

 
Synopsis

Documentation

pretty Source #

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

Instances details
Eq PrettyType Source # 
Instance details

Defined in Data.ASN1.Pretty

Methods

(==) :: PrettyType -> PrettyType -> Bool

(/=) :: PrettyType -> PrettyType -> Bool

Show PrettyType Source # 
Instance details

Defined in Data.ASN1.Pretty

Methods

showsPrec :: Int -> PrettyType -> ShowS

show :: PrettyType -> String

showList :: [PrettyType] -> ShowS