package lua-ml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'a t =
  1. | In of in_channel
  2. | Out of out_channel
val out : ('a t, 'b, 'b) Luavalue.ep -> ('b -> string -> out_channel) -> (out_channel, 'b, 'b) Luavalue.ep
val in' : ('a t, 'b, 'b) Luavalue.ep -> ('b -> string -> in_channel) -> (in_channel, 'b, 'b) Luavalue.ep
module T : sig ... end
module Make (TV : sig ... end) : sig ... end
OCaml

Innovation. Community. Security.