Idris2Doc : Text.TOML.Internal.TStack

Text.TOML.Internal.TStack

(source)

Definitions

dataTag : Type
Totality: total
Visibility: public export
Constructors:
New : Tag
Undef : Tag
Def : Tag
HDef : Tag

Hints:
EqTag
OrdTag
ShowTag
dataTree : Type
Totality: total
Visibility: public export
Constructors:
TV : TomlValue->Tree
TT : Tag->SortedMapStringTree->Tree
TA : SnocList (SortedMapStringTree) ->SortedMapStringTree->Tree
0TreeTable : Type
Totality: total
Visibility: public export
toTbl : TreeTable->TomlTable
Totality: total
Visibility: export
dataTView : Type->Type
Totality: total
Visibility: public export
Constructors:
VR : TViewt
VT : TViewt->SortedMapStringt->Key->Tag->TViewt
VA : TViewTree->TreeTable->Key->SnocListTreeTable->TViewTree
tagAsHDef : TViewt->TViewt
Totality: total
Visibility: export
exists : TomlValue->ListKey->TViewt->TErr
Totality: total
Visibility: export
vexists : TViewt->TErr
Totality: total
Visibility: export
view : TViewTree->TreeTable->ListKey->EitherTErr (TViewTree, TreeTable)
Totality: total
Visibility: export
tview : TreeTable->ListKey->EitherTErr (TViewTree, TreeTable)
Totality: total
Visibility: export
reduceT : Tag->TreeTable->TViewTree->TreeTable
Totality: total
Visibility: export
addVal : TreeTable->SnocListKey->TomlValue->EitherTErrTreeTable
Totality: total
Visibility: export