Address issues with unify's case tree in idris

Clean up some stuff in prelude
Add parser for where
This commit is contained in:
2024-11-19 20:50:52 -08:00
parent 9b19c569c9
commit c665310653
10 changed files with 81 additions and 58 deletions

View File

@@ -2,8 +2,7 @@ SRCS=$(shell find src -name "*.idr")
.PHONY:
all: build/exec/newt build/exec/newt.js
# build/exec/newt.min.js
all: build/exec/newt build/exec/newt.js build/exec/newt.min.js
build/exec/newt: ${SRCS}
idris2 --build newt.ipkg