package lua-ml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Value : Luavalue.S
type value = Value.value
type state = Value.state
val mk : unit -> state
val dostring : ?file:string -> state -> string -> value list
val dofile : state -> string -> value list