ref: ea38cf38273bcb1c0925393168574e398cc8ae8c dir: /libstd/result.myr/
use "die.use" pkg std = type result(@a, @b) = union `Ok @a `Fail @b ;; ;;