sync
This commit is contained in:
parent
c521bf635a
commit
47477cd801
2 changed files with 6 additions and 0 deletions
3
Kleisli.agda
Normal file
3
Kleisli.agda
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
-- Here we definition the notion of kleisli-triple and prove that it is equivalent to a monad
|
||||||
|
record Kleisli
|
3
Kleisli.agda-lib
Normal file
3
Kleisli.agda-lib
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
name: kleisli
|
||||||
|
include: .
|
||||||
|
depend: agda-categories standard-library
|
Loading…
Reference in a new issue