package pythonlib

  1. Overview
  2. Docs

Source file python_lib.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
include Import
module Class_wrapper = Class_wrapper
module Defunc = Defunc
module Py_module = Py_module
module Py_typerep = Py_typerep

module Let_syntax = struct
  include Defunc.Param

  module Let_syntax = struct
    include Defunc
    module Open_on_rhs = Defunc.Param
  end
end