The sqrt/1 predicate wasn't working.

This commit is contained in:
Simon Forman
2019-08-11 19:35:05 -07:00
parent 79aa2f972d
commit afec650c7b
3 changed files with 8 additions and 4 deletions
+1
View File
@@ -1,5 +1,6 @@
#GPLC_OPTIONS=--min-size
GPLC_OPTIONS=--no-top-level
#GPLC_OPTIONS=
thun: thun.pl parser.pl defs.pl main.pl math.pl Makefile
gplc $(GPLC_OPTIONS) -o thun thun.pl parser.pl defs.pl main.pl math.pl