Skip to content

Reconsiliation of default values as state gets more specific #1541

Answered by mpvl
andrewzhurov asked this question in Ideas
Discussion options

You must be logged in to vote

The a in b only applies to one of the disjuncts, so it would still not be resolvable.

Perhaps you meant to write:

a: int & 5
b: >a & (int | *1 | *10)

?

In this case it is already working as you expect, though, and it will resolve to:

a: 5
b: 10

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mvdan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants