index
:
nvim-treesitter
0.5-compat
ci/msvc
ci/slim
docs/contrib
feat/emmylua
feat/gnuplot
feat/scala
feat/stable
feat/warn
fix/lua
main
master
test/init
test/plenary
test/plentest
test/scandir
update-parsers-tier-1
update-parsers-tier-2
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
indent
/
gleam
/
try.gleam
blob: b5f6d2cd14bdcb0e8f5e906509ddffa93527ec1f (
plain
) (
blame
)
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
)
}