File tree Expand file tree Collapse file tree 4 files changed +305
-301
lines changed
Expand file tree Collapse file tree 4 files changed +305
-301
lines changed Original file line number Diff line number Diff line change 1+ open Odoc_utils
2+
13(* * Returns [true] on chars that are part of operators. *)
24let operator_char = function
35 (* https ://ocaml.org/manual/5.2/lex.html#core-operator-char * )
Original file line number Diff line number Diff line change 11(library
22 (name ocamlary)
33 (public_name odoc.ocamlary)
4+ (enabled_if
5+ (>= %{ocaml_version} 4.14.0))
46 (virtual_modules ocamlary))
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ let constraints =
4848 [
4949 (" stop_dead_link_doc.mli" , Min " 4.04" );
5050 (" bugs_post_406.mli" , Min " 4.06" );
51- (" ocamlary.mli" , Min " 4.07 " );
51+ (" ocamlary.mli" , Min " 4.14 " );
5252 (" recent.mli" , Min " 4.09" );
5353 (" labels.mli" , Min " 4.09" );
5454 (" recent_impl.ml" , Min " 4.09" );
You can’t perform that action at this time.
0 commit comments