Skip to content

Commit

Permalink
try to make work on ocaml 5.1.0 : don't work
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Habib.Javaid committed Aug 22, 2024
1 parent 0a1c51d commit 6d47938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/odoc_wiki/odoc_import.ml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ let string_of_type_param_list ?margin t =
(if par then "(" else "")
(raw_string_of_type_list ?margin ", "
(List.map
(fun (typ, co, cn) -> (Odoc_str.string_of_variance t (co, cn), typ))
(fun (typ, v) -> (Odoc_str.string_of_variance t v, typ))
t.Odoc_type.ty_parameters
)
)
Expand Down
2 changes: 1 addition & 1 deletion wikidoc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ remove: [
[ "rm" "-f" "%{bin}%/latex_of_wiki" ]
]
depends: [
"ocaml" {> "4.13.1" & < "5.1.0"}
"ocaml" {> "5.1.0" }
"base-threads"
"base-unix"
"ocamlfind"
Expand Down

0 comments on commit 6d47938

Please sign in to comment.