Skip to content

Commit

Permalink
!fixup Alternate implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate authored Jul 21, 2022
1 parent d59bee0 commit d71430b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/opamCompat.ml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ module Stdlib = Stdlib
#if OCAML_VERSION >= (4, 13, 0)
module Lazy = Lazy
#else
struct
module Lazy = struct
include Lazy

let map f x =
Expand Down

0 comments on commit d71430b

Please sign in to comment.