Idris2Doc : BeTTI.FunExt

BeTTI.FunExt

(source)

Definitions

0FunExt : (a->b) -> (a->b) ->Type
Totality: total
Visibility: public export
0funext : (f : (a->b)) -> (g : (a->b)) ->FunExtfg->f=g
Totality: total
Visibility: export
0FunExt0 : ((0_ : a) ->b) -> ((0_ : a) ->b) ->Type
Totality: total
Visibility: public export
0funext0 : (f : ((0_ : a) ->b)) -> (g : ((0_ : a) ->b)) ->FunExt0fg->f=g
Totality: total
Visibility: export
0DepFunExt : (b : (a->Type)) -> ((x : a) ->bx) -> ((x : a) ->bx) ->Type
Totality: total
Visibility: public export
0depfunext : (b : (a->Type)) -> (f : ((x : a) ->bx)) -> (g : ((x : a) ->bx)) ->DepFunExtbfg->f=g
Totality: total
Visibility: export
0DepFunExtI : (b : (a->Type)) ->bx->bx->Type
Totality: total
Visibility: public export
0depfunexti : (b : (a->Type)) -> (f : bx) -> (g : bx) ->DepFunExtIb (\{x:5917}=>f) (\{x:5921}=>g) -> (\{x:5931}=>f) =g
Totality: total
Visibility: export
0DepFunExt0 : (b : (a->Type)) -> ((0x : a) ->bx) -> ((0x : a) ->bx) ->Type
Totality: total
Visibility: public export
0depfunext0 : (b : (a->Type)) -> (f : ((0x : a) ->bx)) -> (g : ((0x : a) ->bx)) ->DepFunExt0bfg->f=g
Totality: total
Visibility: export
0depcurryfunext : (b : (a->Type)) -> (c : ((x : a) ->bx->Type)) -> (f : ((x : a) -> (y : bx) ->cxy)) -> (g : ((x : a) -> (y : bx) ->cxy)) ->DepFunExt (\{lamc:0}=>let (x**y) ={lamc:0}incxy) (\{lamc:0}=>let (x**y) ={lamc:0}infxy) (\{lamc:0}=>let (x**y) ={lamc:0}ingxy) ->f=g
Totality: total
Visibility: export