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

Properly parenthesise function declarations in TPTP output #476

Closed
MichaelRawson opened this issue Aug 16, 2023 · 1 comment
Closed

Properly parenthesise function declarations in TPTP output #476

MichaelRawson opened this issue Aug 16, 2023 · 1 comment

Comments

@MichaelRawson
Copy link
Contributor

Refer to GEG001+1. Sometimes our type signatures need some parentheses for the arguments.

tff(declare_object,type,object: $i * $i * $i * $i * $i * $i > $o ).

should be

tff(declare_object,type,object: ($i * $i * $i * $i * $i * $i) > $o).
@MichaelRawson
Copy link
Contributor Author

Fixed by #538.

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

No branches or pull requests

1 participant