ref: 518175c179216ecf8a6bf9129f330cfc8997cf15 dir: /lib/std/result.myr/
pkg std = type result(@a, @b) = union `Ok @a `Err @b ;; ;;