mte/unikernel/duniverse/result/result-as-alias-4.08.ml
2025-11-11 02:07:51 +01:00

2 lines
95 B
OCaml
Executable file

include Stdlib.Result
type ('a, 'b) result = ('a, 'b) Stdlib.Result.t = Ok of 'a | Error of 'b