notes on typeclass

This commit is contained in:
2024-09-21 15:44:51 -07:00
parent 38f01065eb
commit 0e3a9fe605
5 changed files with 21 additions and 39 deletions

View File

@@ -20,7 +20,7 @@ I may be done with `U` - I keep typing `Type`.
- Agda doesn't have it, clashes with pair syntax
- [ ] import
- [ ] autos / typeclass resolution
- Can we solve right away when creating the implicit, or do we need postpone?
- We need special handling in unification to make this possible
- options
- keep as implicit and do auto if the type constructor is flagged auto
- keep as implicit and mark auto, behavior overlaps a lot with implicit