Module Run.RunResult
A simplified run result. It contains the ready to print strings for help, suggest and etc.
type ok('a)=type err=type t('a)= Stdlib.result(ok('a), err);
Run.RunResultA simplified run result. It contains the ready to print strings for help, suggest and etc.
type ok('a) = type err = type t('a) = Stdlib.result(ok('a), err);