Skip to content

Commit

Permalink
Update site
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Jan 18, 2025
1 parent 07e6e0e commit 803654f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ErrorHandling.fir
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ parseWithExn(vec: Vec[Str], parseFn: Fn(Str): {..errs} a): {..errs} Vec[a]
ret

parseU32UsingExnVersion(s: Str): Result[[InvalidDigit, Overflow, EmptyInput, ..r], U32]
try(fn(): {InvalidDigit, Overflow, EmptyInput, ..r} U32 { parseU32Exn(s) })
try({ parseU32Exn(s) })

parseU32UsingResultVersion(s: Str): {InvalidDigit, Overflow, EmptyInput, ..r} U32
untry(parseU32(s))
Expand Down
Binary file modified fir_bg.wasm
Binary file not shown.

0 comments on commit 803654f

Please sign in to comment.