Idris2Doc : Data.Telescope.Fun

Data.Telescope.Fun

N-ary dependent functions using telescopes

Compare with `base/Data.Fun` and:
Guillaume Allais. 2019. Generic level polymorphic n-ary functions. TyDe 2019.

Definitions

0Fun : (env : Environmentgamma) -> (0delta : Segmentngamma) ->SimpleFunenvdeltaType->Type
Visibility: public export
uncurry : Funenvdeltacod-> (ext : Environmentenvdelta) ->uncurrycodext
Visibility: public export
curry : ((ext : Environmentenvdelta) ->uncurrycodext) ->Funenvdeltacod
Visibility: public export