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