1
Fork 0
solar-conflux/purescript/compose
2023-10-29 01:13:57 +02:00
..
src Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
test Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
.gitignore Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
packages.dhall Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00
README.md Document purescript experiments 2023-10-29 01:13:57 +02:00
spago.dhall Move stuff around + add lean and idris experiments 2023-10-29 00:02:10 +02:00

Compose

Overload do-notation for:

  • function composition
  • usage of existential types

File structure

File Description
Compose.purs Function composition do-notation
Main.purs Demo usage and existential-type do-notation