Docs GODI Archive
Projects Blog Link DB

Search GODI:


More options
File lib/ocaml/pkg-lib/lua-ml/luarun.mli GODI Package godi-lua-ml
Library lua-ml
 
   luarun.cmi_pretty    luarun.mli    Sources  

# 14 "luarun.nw"
module type INTERP = sig
  module Value : Luavalue.S
  type value = Value.value
  type state = Value.state
  val mk        : unit -> state
  val dostring  : state -> string -> value list
  val dofile    : state -> string -> value list
end
module Make (I : INTERP) : sig end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml