mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-16 04:13:09 +00:00
11 lines
163 B
Nim
11 lines
163 B
Nim
|
|
import pkg/questionable
|
|
import pkg/questionable/results
|
|
|
|
import ./somefn
|
|
|
|
proc otherFn*(): void =
|
|
|
|
without x =? int.someFn(), err:
|
|
echo "was err" & err.msg
|