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
The following lines:
fun grandpas [p: Person] : set Person { p.(mother+father).father }
pred NoSelfGrandpa { no p: Person | p in p.grandpas }
test expect { nsg : {NoSelfGrandpa} is theorem }
Produce the following error:
expected: (or/c node? integer?) given: #<procedure:...nchmarks/gp-nsg.frg:34:30> in: the 1st argument of (-> (or/c node? integer?) #:info nodeinfo? #:op symbol? node/expr?) contract from: (function intexpr->expr/maybe) blaming: <pkgs>/forge/lang/ast.rkt (assuming the contract is correct) at: <pkgs>/forge/lang/ast.rkt:129:18```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following lines:
fun grandpas [p: Person] : set Person { p.(mother+father).father }
pred NoSelfGrandpa { no p: Person | p in p.grandpas }
test expect { nsg : {NoSelfGrandpa} is theorem }
Produce the following error:
The text was updated successfully, but these errors were encountered: