Idris2Doc : Pipeline.Dependent

Pipeline.Dependent

(source)

Reexports

importpublic Data.Telescope.Telescope

Definitions

head : Telescope (Sn) ->Type
Visibility: public export
tail : (xs : Telescope (Sn)) ->headxs->Telescopen
Visibility: public export
recordDContPair' : Type-> (y : Type) -> (y->Type) ->Type
Totality: total
Visibility: public export
Constructor: 
(|>>>) : x-> ((v : y) ->fv) ->DContPair'xyf

Projections:
.cont : DContPair'xyf-> (v : y) ->fv
.fst : DContPair'xyf->x
.fst : DContPair'xyf->x
Visibility: public export
fst : DContPair'xyf->x
Visibility: public export
.cont : DContPair'xyf-> (v : y) ->fv
Visibility: public export
cont : DContPair'xyf-> (v : y) ->fv
Visibility: public export
DContPair : (x : Type) -> (x->Type) ->Type
Visibility: public export
DContPairM : (Type->Type) -> (x : Type) -> (x->Type) ->Type
Visibility: public export
HasShow : Telescopexs->Type
Visibility: public export
ToSigma : Telescopen->Type
Visibility: public export
ToImpl : Telescopen->Type
Visibility: public export
RunDep : (xs : Telescope (S (Sn))) ->ToImplxs-> (val : headxs) ->Environment (tailxsval)
  How to run the implementation of a telescope and obtain a
sigma-types with all the intermediate results

Visibility: export
RunTraceDep : (xs : Telescope (S (Sn))) ->HasShowxs=>ToImplxs-> (val : headxs) ->Environment (tailxsval)
  How to run the implementation of a telescope and obtain a
sigma-types with all the intermediate results

Visibility: export
ToSigmaM : (m : (Type->Type)) ->Monadm=>Telescopen->Type
Visibility: public export
ToImplM : (m : (Type->Type)) ->Monadm=>Telescopen->Type
Visibility: public export
RunDepM : (m : (Type->Type)) -> {autoinst : Monadm} -> (xs : Telescope (S (Sn))) ->ToImplMxs-> (val : headxs) ->m (Environment (tailxsval))
  How to run the implementation of a telescope and obtain a
sigma-types with all the intermediate results

Visibility: export
RunTraceDepM : (m : (Type->Type)) -> {autoinst : Monadm} -> (xs : Telescope (S (Sn))) ->HasShowxs=>ToImplMxs-> (val : headxs) ->m (Environment (tailxsval))
Visibility: export