package pyml

  1. Overview
  2. Docs

Module PytypesSource

Sourcetype pyobject
Sourcetype compare =
  1. | LT
  2. | LE
  3. | EQ
  4. | NE
  5. | GT
  6. | GE
Sourcetype input =
  1. | Single
  2. | File
  3. | Eval
Sourceval int_of_compare : compare -> int
Sourceval compare_of_int : int -> compare
Sourceval input_of_int : int -> input
Sourcetype 'a file =
  1. | Filename of string
  2. | Channel of 'a
Sourceval file_map : ('a -> 'b) -> 'a file -> 'b file
OCaml

Innovation. Community. Security.