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

safeWordLength doesn't work for the new formulas with letter quantifiers #44

Open
juanrh opened this issue May 15, 2016 · 1 comment
Open
Labels

Comments

@juanrh
Copy link
Owner

juanrh commented May 15, 2016

safeWordLength can now only be compute for the subset of formulas corresponding to the old formulas. For example we can have a formula that uses a Now that builds an eventually with a timeout defined on the value of the current word, which is completely dynamic and cannot be bounded at the time the formula is defined. Hence safeWordLength should now be def safeWordLength : Option[Timeout] and use the Option monad to propagate None up in a formula as required

@juanrh juanrh added the bug label May 15, 2016
@juanrh
Copy link
Owner Author

juanrh commented May 15, 2016

for now this only applies to the branch quantifiers_experiments

juanrh added a commit that referenced this issue Sep 19, 2016
as safeWordLength cannot be computed statically for Now,
because it depends on the input word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant