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

use case: cell type #6

Open
dckc opened this issue Feb 26, 2019 · 1 comment
Open

use case: cell type #6

dckc opened this issue Feb 26, 2019 · 1 comment

Comments

@dckc
Copy link
Collaborator

dckc commented Feb 26, 2019

from DAO bug typing:

CT( get, set ) = <get( rtn )>?( <rtn>! | CT( get, set ) ) + <set( nv )>?( CT( get, set ) )

I'm not sure how to read that... in particular get( rtn ). Does + mean Mixture / separation? If so, then what does | mean? Does + mean Conjunction???

@dckc
Copy link
Collaborator Author

dckc commented Feb 26, 2019

I read get and set as universally quantified, and since the definition is recursive, it uses the fixpoint operator. The namespace logic specifies quantification and fixpoint, but I don't see them in rhocaml.

I think they're in SLMC, so I'm inclined to transcribe that stuff before trying to add to the rhocaml type checker.

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