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

fix 295: support for LOCAL INSTANCE Sequences #296

Merged
merged 4 commits into from
Oct 22, 2020
Merged

fix 295: support for LOCAL INSTANCE Sequences #296

merged 4 commits into from
Oct 22, 2020

Conversation

konnov
Copy link
Collaborator

@konnov konnov commented Oct 21, 2020

Following up on #285 and #295, now SanyImporter treats correctly the standard operators that come from the standard library via LOCAL INSTANCE, e.g.:

LOCAL INSTANCE Sequences

@konnov konnov requested a review from shonfeder October 21, 2020 12:47
@@ -41,12 +41,15 @@ class OpApplTranslator(sourceStore: SourceStore, val context: Context, val recSt
val oper = node.getOperator
// non-constant operators
oper.getKind match {
// an operator that is at the core of TLA+, e.g., { 1 }, \A x \in S: e
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the indentation of these comments is off?

@konnov konnov merged commit a844311 into unstable Oct 22, 2020
@konnov konnov deleted the ik/fix295 branch October 22, 2020 06:44
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

Successfully merging this pull request may close these issues.

2 participants