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