You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It throws instantiation_error instead of uninstantiation_error(foo).
$ $(go env GOPATH)/bin/1plTop level for ichiban/prolog v1.2.1This is for testing purposes only!See https://github.com/ichiban/prolog for more details.Type Ctrl-C or 'halt.' to exit.?- open('/dev/urandom', read, S).S = <stream>(0x14000106f00).?- open('/dev/urandom', read, foo).2024/10/29 11:30:41 error(instantiation_error,open/4)
It throws
instantiation_error
instead ofuninstantiation_error(foo)
.https://github.com/ichiban/prolog/blob/main/engine/builtin.go#L1260-L1262
The text was updated successfully, but these errors were encountered: