Working to get types right.

This commit is contained in:
Simon Forman
2018-07-19 12:38:19 -07:00
parent 6576e1a431
commit dea6cbc8c2
2 changed files with 68 additions and 15 deletions
+1 -1
View File
@@ -565,7 +565,7 @@ def _infer(e, F=ID):
if n in FUNCTIONS:
res =_infer((FUNCTIONS[n], e), F)
else:
raise JoyTypeError
raise JoyTypeError(n)
# print n
# func = joy.library._dictionary[n]
# res = _interpret(func, F[0], F[1], e)