We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d36eb commit e2b276cCopy full SHA for e2b276c
src/model/names.ml
@@ -1,3 +1,5 @@
1
+open Odoc_utils
2
+
3
(** Returns [true] on chars that are part of operators. *)
4
let operator_char = function
5
(* https://ocaml.org/manual/5.2/lex.html#core-operator-char *)
src/ocamlary/dune
@@ -1,4 +1,6 @@
(library
(name ocamlary)
(public_name odoc.ocamlary)
+ (enabled_if
+ (>= %{ocaml_version} 4.14.0))
6
(virtual_modules ocamlary))
0 commit comments