Docs GODI Archive
Projects Blog Link DB

Search GODI:


More options
File lib/ocaml/pkg-lib/lua-ml/luarun.cmi_pretty GODI Package godi-lua-ml
Library lua-ml
 
   luarun.cmi_pretty    luarun.mli    Sources  
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 : functor (I : INTERP) -> sig  end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml