aboutsummaryrefslogtreecommitdiff
path: root/stdlib/effect.ts (unfollow)
Commit message (Expand)Author
2023-01-14chore: adds some docsAkshay Nair
2023-01-14feat: adds test cases for do and seq + fixes behavior with empty resultsAkshay Nair
2023-01-14chore: prettierAkshay Nair
2023-01-14feat: adds bindto with scopesAkshay Nair
2023-01-14feat: adds func to try/catchAkshay Nair
2023-01-14chore: adds fancy syntax for bind functionsAkshay Nair
2023-01-13chore: prettierAkshay Nair
2023-01-11fix: minor fixes and refactorsAkshay Nair
2023-01-09refactor: moves stuff aroundAkshay Nair
2023-01-08chore: adds prettierAkshay Nair
2023-01-07refactor: moves stdlib around + package stuffAkshay Nair
2023-01-06feat: adds output for custom effects + adds custom effect example for...Akshay Nair
2023-01-06feat: adds then effect + fixes guess number exampleAkshay Nair
2023-01-06feat: we got custom effects baebeeyyyAkshay Nair
2023-01-06feat: adds seq and refactors runtimeAkshay Nair
2023-01-06refactor: splits funcs into stdlibAkshay Nair