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