• OCaml logo OCaml logo
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Searching...
    Or go to: Standard Library API
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Get started
  • pythonlib

  • Documentation
  • pythonlib lib
  • Python_lib .Type Module
package pythonlib
  • pythonlib
    • Python_lib
      • Broadcast
        • Applicative_infix
        • Let_syntax
          • Let_syntax
        • Open_on_rhs_intf
          • S
            • Applicative_infix
      • Class_wrapper
        • Init
        • Method
      • Convert_as_string
        • M
      • Defunc
        • Applicative_infix
        • Let_syntax
          • Let_syntax
        • Of_python
        • Open_on_rhs_intf
        • Param
      • Gen
      • Let_syntax
        • Let_syntax
      • Module_env
        • Path
      • Of_pythonable
        • Conv
        • Pythonable
      • One_or_tuple
      • One_or_tuple_or_list
      • One_or_tuple_or_list_or_error
      • Or_error_python
      • Py_module
        • Raw
      • Py_typerep
        • Named_types
      • Type
        • Arg
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Arg : sig ... end
type t =
  1. | Atom of Module_env.Path.t * Base.string
  2. | Tuple2 of t * t
  3. | Tuple3 of t * t * t
  4. | Tuple4 of t * t * t * t
  5. | Tuple5 of t * t * t * t * t
  6. | Arrow of Arg.t * t * t
  7. | Apply of t * Base.string
val uncurrify : t -> (Arg.t * t) Base.list * t
val of_type_desc : Types.type_desc -> env:Module_env.t -> t Base.Or_error.t
val to_string : t -> Base.string
val contains_arrow : t -> Base.bool

Footer

OCaml

Innovation. Community. Security.

GitHub Discord Twitter Peertube RSS

About Us

  • Industrial Users
  • Academic Users
  • Why OCaml

Resources

  • Get Started
  • Language Manual
  • Standard Library API
  • Books
  • Releases

Community

  • Blog
  • Jobs

Policies

  • Carbon Footprint
  • Governance
  • Privacy
  • Code of Conduct