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

Dependency Error in Type Checking Pattern Matches #8

Open
ggeier opened this issue Mar 18, 2021 · 0 comments
Open

Dependency Error in Type Checking Pattern Matches #8

ggeier opened this issue Mar 18, 2021 · 0 comments

Comments

@ggeier
Copy link
Collaborator

ggeier commented Mar 18, 2021

g x =
     x ~ a U b : a
     otherwise: x;

produces with tslcheck:

"Dependency Error" (line 2, column 9 - 10):
detected circular dependencies between:
  a (defined at line 2, column 9 - 10)
  b (defined at line 2, column 13 - 14)

As it is parsed, the foundation for the pattern match is layed, however it does not type check correctly.

phheim pushed a commit to phheim/tsltools that referenced this issue Jun 30, 2021
Resolve "Splitting/Assumption Dropping produces unrealizability"

Closes reactive-systems#8

See merge request tools/tsltools!8
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