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