Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
make.ml1 2 3 4 5 6 7module Make (Graphics : Make_graphics.GRAPHICS) = struct include Oplotdef include Renderinit include Sysinit module Oplotmain = Oplotmain.Make (Graphics) include Oplotmain end