index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
indent
/
gleam
/
try.gleam
blob: b5f6d2cd14bdcb0e8f5e906509ddffa93527ec1f (
plain
)
1
2
3
4
5
6
7
pub
fn
main
() {
try
int_a
=
parse_int
(
a
)
try
int_b
=
parse_int
(
b
)
Ok
(
int_a
+
int_b
)
}