package oplot

  1. Overview
  2. Docs

Source file make.ml

1
2
3
4
5
6
7
module Make (Graphics : Make_graphics.GRAPHICS) = struct
  include Oplotdef
  include Renderinit
  include Sysinit
  module Oplotmain = Oplotmain.Make (Graphics)
  include Oplotmain
end