modularize playground (prep for persistent/modular file handling)
This commit is contained in:
2
TODO.md
2
TODO.md
@@ -4,7 +4,7 @@
|
||||
- [x] SortedMap.newt issue in `where`
|
||||
- [x] fix "insufficient patterns", wire in M or Either String
|
||||
- [ ] Matching _,_ when Maybe is expected should be an error
|
||||
- [ ] error for repeated names on LHS
|
||||
- [ ] error for non-linear pattern
|
||||
- [ ] typeclass dependencies
|
||||
- need to flag internal functions to not search (or flag functions for search). I need to decide on syntax for this.
|
||||
- don't search functions that are currently being defined. This is subtle... We do want to recurse in bind, we don't want to do that for the isEq function. Maybe something idris like.
|
||||
|
||||
Reference in New Issue
Block a user