Skip to content

Commit

Permalink
Merge pull request #85 from rvantonder/simplify-module-syntax
Browse files Browse the repository at this point in the history
Simplify module syntax
  • Loading branch information
rgrinberg authored Oct 12, 2018
2 parents 3309c44 + 618eff1 commit 5bcd276
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions opium_kernel/opium_kernel.ml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ module Export = struct
end
include Export

module Std = struct
include Export

end
module Std = Export

module Hmap = Hmap0

0 comments on commit 5bcd276

Please sign in to comment.