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
Eq PrettyType Source # 
Instance details

Defined in Data.ASN1.Pretty

Show PrettyType Source # 
Instance details

Defined in Data.ASN1.Pretty