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