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

Take subtype constraints into account when setting subtype bounds #92

Open
nsbgn opened this issue May 17, 2022 · 0 comments
Open

Take subtype constraints into account when setting subtype bounds #92

nsbgn opened this issue May 17, 2022 · 0 comments

Comments

@nsbgn
Copy link
Contributor

nsbgn commented May 17, 2022

We must be able to deduce from...

pi1: r ** x [x < Val, r << {R(x, _), R(x * _, _)}]

... that, when pi1 is applied to R(Obj * Loc, A), we get Obj: x = Obj * Loc would not satisfy.

@nsbgn nsbgn added this to the Version 0.2: RDF support milestone May 17, 2022
nsbgn added a commit to quangis/quangis-workflow that referenced this issue Jul 11, 2022
CCT types like `R3(x, y, z)` will eventually turn into `R(x * z, y)`,
but for now we need a workaround; see also
quangis/transforge#92
@nsbgn nsbgn removed this from the Version 0.2: RDF support milestone Nov 2, 2022
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