ocamlformat_result.ml
ocamlformat-lib
ocamlformat-lib.format_
ocamlformat-lib.ocaml_common
ocamlformat-lib.ocamlformat_stdlib
ocamlformat-lib.odoc_parser
ocamlformat-lib.parser_extended
ocamlformat-lib.parser_shims
ocamlformat-lib.parser_standard
ocamlformat-lib.result
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