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