Skip to content

Commit

Permalink
Fix OCaml 4.09 build
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Jul 12, 2023
1 parent aca7a81 commit 3b619a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syntax.ml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ let sigty nm ty = Sig.type_ Recursive [ Type.mk ~manifest:ty (strloc nm) ]
let sig_ ss = Mty.signature ss

let module'_ nm vs sig_ =
#if OCAML_VERSION >= (4, 9, 0)
#if OCAML_VERSION >= (4, 10, 0)
let nm = Some nm in
#endif

Expand Down

0 comments on commit 3b619a2

Please sign in to comment.