Data.EDN

Encoding and decoding

decode

encode

Core EDN types

data Value

type TaggedValue

data Tagged a

Type conversion

class ToEDN a

class FromEDN a

toEDN

fromEDN

fromEDNv

(.:)

(.:?)

(.!=)

Constructors

tag

notag

Basic values

nil

bool

true

false

char

string

symbol

symbolNS

keyword

integer

floating

Containers

makeList

makeVec

makeSet

makeMap

type Pair

(.=)

Tag manipulation

setTag

getTag

stripTag

Parsing

parseMaybe