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
Two errors arised at relations:
relation A (a) [*] -- isConnectedTo -- [*] B (b)
Expected Behavior:
relation A (a) [*] -- isConnectedTo -- [*] (b) B
kind A { -- [1] A }
This relation should not need [1] to be explicit to be correct
The text was updated successfully, but these errors were encountered:
matheuslenke
No branches or pull requests
Two errors arised at relations:
Current behavior:
Expected Behavior:
Expected Behavior:
This relation should not need [1] to be explicit to be correct
The text was updated successfully, but these errors were encountered: