Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Data.NestedText.Type
Documentation
Constructors
Item'String Text | |
Item'List (Vector Item) | |
Item'Dictionary (Map Key Item) |
Instances
Constructors
Document'Empty | |
Document'Item Item |
Instances
Generic Document Source # | |
Show Document Source # | |
Eq Document Source # | |
type Rep Document Source # | |
Defined in Data.NestedText.Type type Rep Document = D1 ('MetaData "Document" "Data.NestedText.Type" "nestedtext-0.1.3-3VGy9q7BKm0IpTsnwXHQ1D" 'False) (C1 ('MetaCons "Document'Empty" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Document'Item" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Item))) |