Skip to content

Commit

Permalink
blog: use aya-lexer in more places
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Dec 10, 2024
1 parent 636079b commit 275ab57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aya/blog/binops.aya.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ In case we found the two operators share the same priority, Aya will report an e
When importing operators from other modules,
we can locally specify additional associativity and precedence information:

```
```aya-lexer
open import Primitives using (
invol as fixl ~ tighter =, \/, /\,
intervalMin as infix /\ tighter \/,
Expand Down

0 comments on commit 275ab57

Please sign in to comment.