drop HOAS, add Monad stack.

HOAS was dropped while fixing unrelated bug, but I think I'll keep it
out.
This commit is contained in:
2024-04-11 19:57:02 -07:00
parent 6a59aa97f8
commit a9c72d5a6d
6 changed files with 58 additions and 37 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
SRCS=$(shell find src -name "*.idr")
all: build/exec/newt
build/exec/newt: ${SRCS}
idris2 --build newt.ipkg
test: build/exec/newt
build/exec/newt