asn1-types-0.3.2: ASN.1 types

LicenseBSD-style
MaintainerVincent Hanquez <vincent@snarc.org>
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell98

Data.ASN1.Pretty

Description

 
Synopsis

Documentation

pretty #

Arguments

:: PrettyType

indent level in space character

-> [ASN1]

stream of ASN1

-> String 

Pretty Print a list of ASN.1 element

data PrettyType #

Constructors

Multiline Int 
SingleLine 
Instances
Eq PrettyType # 
Instance details

Defined in Data.ASN1.Pretty

Methods

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

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

Show PrettyType # 
Instance details

Defined in Data.ASN1.Pretty

Methods

showsPrec :: Int -> PrettyType -> ShowS

show :: PrettyType -> String

showList :: [PrettyType] -> ShowS