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