typeclass experiments

This commit is contained in:
2024-09-07 17:25:37 -07:00
parent 7154f874bf
commit f4cbde2c98
5 changed files with 91 additions and 8 deletions

View File

@@ -15,3 +15,8 @@
- [ ] type at point
- [ ] repl
- [ ] LSP
- [ ] don't match forced constructors
- maybe do this in codegen if there is only one case.
- [ ] magic nat (codegen as number with appropriate pattern matching)
- [ ] magic tuple? (codegen as array)
- [ ] magic newtype? (drop in codegen)