Commit Graph

11 Commits

Author SHA1 Message Date
20e6571986 better location for "not enough patterns" 2025-01-20 19:58:41 -08:00
e3ae301c9c performance and code size improvements
- Use default case for constructors with no explicit match.
- self-compile is 15s now
- code size is 60% smaller

code size and self compile time on par with the idris-built version
2025-01-18 21:33:49 -08:00
f991ca0d52 Remove unused argument that was blowing up serialization. 2025-01-18 15:21:15 -08:00
5cce1a465e Modules live in separate contexts, only imported modules are in scope 2025-01-12 08:57:01 -08:00
793c3a9999 qn for metas 2025-01-11 20:07:50 -08:00
1a9a8d3312 better fc in missing case 2025-01-11 17:40:24 -08:00
363f85710f add comments, fix fc on an error, add constructor for U 2025-01-10 21:03:20 -08:00
2cdeb2721c Improve auto solving - 30% faster and hopefully proper errors if a type mismatch is blocking it. 2025-01-07 21:01:22 -08:00
265a81257a cleanup a little bit 2025-01-06 16:28:40 -08:00
627ca5d91b Aoc passes, and it successfully compiles itself. 2025-01-05 13:56:38 -08:00
9172d88be7 put the port in the port directory 2025-01-05 11:15:29 -08:00