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

[graded-base] Predicate missing polyshape constraints #204

Open
dorchard opened this issue Feb 27, 2023 · 0 comments
Open

[graded-base] Predicate missing polyshape constraints #204

dorchard opened this issue Feb 27, 2023 · 0 comments

Comments

@dorchard
Copy link
Member

This works:

language GradedBase
data Bool = True | False
flib : Bool % 2 -> (Bool, Bool)
flib x = (case x of True -> True; False -> False, case  x of True -> True; False -> False)

But the predicate does not seem to be includes the poly shape conditions and this is worrying.... there is probably then an example which should fail and doesn't because of this.

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