Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher authored Jan 31, 2024
1 parent 6723029 commit 2fc0542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Ante is a low-level functional language for exploring refinement types, lifetime inference, and
other fun features. Here's a quick taste:

```rs
```scala
// No lifetime variables
foo (x: &shared mut Bar) (y: &a) : a can Fail given Clone a =
// Algebraic effects
Expand Down

0 comments on commit 2fc0542

Please sign in to comment.