package ocamlformat-mlx-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file ocamlformat_result.ml

1
2
3
4
5
6
7
8
9
10
11
open Result

module Let_syntax = struct
  let ( let+ ) = bind
end

module Global_scope = struct
  type 'a or_error = ('a, [`Msg of string]) t

  include Let_syntax
end
OCaml

Innovation. Community. Security.