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