Idris2Doc : Language.TOML.Value

Language.TOML.Value

(source)

Reexports

importpublic Data.SortedMap

Definitions

Key : Type
Visibility: public export
dataValue : Type
Totality: total
Visibility: public export
Constructors:
VString : String->Value
VInteger : Integer->Value
VFloat : Double->Value
VBoolean : Bool->Value
VArray : ListValue->Value
VTable : Table->Value

Hints:
EqValue
ShowValue
Table : Type
Visibility: public export
lookupNested : ListString->Table->MaybeValue
Visibility: export