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