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