chore: update Gleam

This commit is contained in:
Amaan Qureshi 2023-05-29 11:13:36 -04:00 committed by GitHub
parent 1d670b0c90
commit 754b509f26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 2 additions and 30 deletions

View file

@ -1,11 +0,0 @@
pub fn main() {
try x = Ok(1)
// <- exception
// ^ variable
// ^ operator
// ^^ constant.builtin
// ^ punctuation.bracket
// ^ number
// ^ punctuation.bracket
Ok(x + 1)
}