mte/unikernel/duniverse/result/result-as-alias-4.08.ml

3 lines
95 B
OCaml
Raw Normal View History

2025-11-11 02:07:51 +01:00
include Stdlib.Result
type ('a, 'b) result = ('a, 'b) Stdlib.Result.t = Ok of 'a | Error of 'b