Idris2Doc : Data.TCQueue

Data.TCQueue

(source)

Definitions

dataTree : (Type->Type) ->Type->Type->Type
Totality: total
Visibility: public export
Constructors:
Leaf : (a->fb) ->Treefab
Node : Treefax->Treefxb->Treefab
dataTCQueue : (Type->Type) ->Type->Type->Type
Totality: total
Visibility: public export
Constructors:
Empty : TCQueuefaa
Filled : Treefab->TCQueuefab
empty : TCQueuefaa
Totality: total
Visibility: public export
singleton : (a->fb) ->TCQueuefab
Totality: total
Visibility: public export
cons : (a->fx) ->TCQueuefxb->TCQueuefab
Totality: total
Visibility: public export
snoc : TCQueuefax-> (x->fb) ->TCQueuefab
Totality: total
Visibility: public export
(++) : TCQueuefax->TCQueuefxb->TCQueuefab
Totality: total
Visibility: public export
Fixity Declaration: infixr operator, level 7
dataViewL : (Type->Type) ->Type->Type->Type
  Left-edge deconstruction

Totality: total
Visibility: public export
Constructors:
EmptyV : ViewLfaa
(:|) : (a->fx) ->TCQueuefxb->ViewLfab
uncons : TCQueuefab->ViewLfab
Totality: total
Visibility: public export