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