Skip to content

Add hint for implies (using --> and not ->)#221

Merged
CatarinaGamboa merged 1 commit into
mainfrom
hint-implies
May 13, 2026
Merged

Add hint for implies (using --> and not ->)#221
CatarinaGamboa merged 1 commit into
mainfrom
hint-implies

Conversation

@CatarinaGamboa
Copy link
Copy Markdown
Collaborator

Description

Similarly to the hint given for = (use ==) we give now for -> (use -->), and refactor the code to support both.

Example

_ == true -> markSupported(this)
// produces error:
Logical implication is --> (two dashes), not ->

Related Issue

none

Type of change

  • Bug fix
  • New feature
  • Documentation update
  • Code refactoring

Checklist

  • Added/updated tests under liquidjava-example/src/main/java/testSuite/ (Correct* / Error*)
  • mvn test passes locally
  • Updated docs/README if behavior or API changed

@CatarinaGamboa CatarinaGamboa requested a review from rcosta358 May 13, 2026 13:22
Copy link
Copy Markdown
Collaborator

@rcosta358 rcosta358 left a comment

Choose a reason for hiding this comment

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

LGTM.

@CatarinaGamboa CatarinaGamboa merged commit 275e9b7 into main May 13, 2026
1 check passed
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