We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compile-space! crashes the repl with an existence error:
compile-space!
metta+>!(compile-space! &self) (= (error (existence_error procedure (/ function_arity 3)) (context (: $apply (/ forall 2)) $_10206)) (compile-space! &self))
This may be related to #177
The text was updated successfully, but these errors were encountered:
Huh, compile! is hard-erroring too. I could have sworn this worked last week:
compile!
metta+>(: foo (-> Number Number)) metta+>(= (foo $x) (+ $x 1)) metta+>!(compile! foo) (= (error (existence_error procedure (/ compile_metta_defn 6)) (context (: $apply (/ forall 2)) $_4798)) (compile! foo))
Sorry, something went wrong.
No branches or pull requests
compile-space!
crashes the repl with an existence error:This may be related to #177
The text was updated successfully, but these errors were encountered: