ocamlformat_result.ml
ocamlformat
ocamlformat.format_
ocamlformat.ocaml_common
ocamlformat.ocamlformat_stdlib
ocamlformat.parser_extended
ocamlformat.parser_recovery
ocamlformat.parser_shims
ocamlformat.parser_standard
ocamlformat.result
ocamlformat.rpc
ocamlformat.rpc_lib_protocol
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
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