Skip to content
New issue

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

Allow use of unary operations without a binary form in properties #1079

Merged
merged 2 commits into from
Nov 14, 2022

Conversation

jwiegley
Copy link
Contributor

Example code:

(module mymodule G
  @model
  [(defproperty foo (> (abs 10.0) 0.0))]

  (defcap G ()
    1)

  (defun read-account:integer ()
    @model [(property foo)]
    10))

Copy link
Contributor

@sirlensalot sirlensalot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great

@jwiegley jwiegley merged commit 2c66028 into master Nov 14, 2022
@jwiegley jwiegley deleted the johnw/binun branch November 14, 2022 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants