package oenv

  1. Overview
  2. Docs

Source file oenv.ml

1
2
3
4
5
6
7
8
9
10
include Std

module Shapes = struct
  include Shapes.Export
end

include Shapes
module Errors = Errors
module Product = Product
module Logging = Logging