1
Fork 0
solar-conflux/purescript/compose/README.md
2023-10-29 01:13:57 +02:00

14 lines
450 B
Markdown

# Compose
Overload do-notation for:
- function composition
- usage of existential types
## File structure
| File | Description |
| ---------------------------------- | ------------------------------------------- |
| [Compose.purs](./src/Compose.purs) | Function composition do-notation |
| [Main.purs](./src/Main.purs) | Demo usage and existential-type do-notation |