ref: cdda2a180d180c48e9ba197c4a0cecc7e075b782 dir: /libstd/result.myr/
use "die.use" pkg std = type result(@a, @b) = union `Ok @a `Fail @b ;; ;;