package lua-ml

  1. Overview
  2. Docs
An embeddable Lua 2.5 interpreter implemented in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.9.3.tar.gz
md5=a97a8d80c534880cb56c1cb2be34159a
sha512=74d6881dc6b3a16738fa1a66db903bb2968bb913afc422ed230f279f7f05377b91a1c9cea5364021da5f6ee1f605c2fb25932503b978e9080dd6b9e7e8d36de8

doc/lua-ml/Luavalue/index.html

Module LuavalueSource

Sourcetype ('a, 'b, 'c) ep = {
  1. embed : 'a -> 'b;
  2. project : 'b -> 'a;
  3. is : 'c -> bool;
}
Sourcetype ('a, 'b, 'c) synonym_for_ep = ('a, 'b, 'c) ep = {
  1. embed : 'a -> 'b;
  2. project : 'b -> 'a;
  3. is : 'c -> bool;
}
Sourcemodule type S = sig ... end
Sourcemodule type USERDATA = sig ... end
Sourcemodule Make (U : USERDATA) : S with type 'a userdata' = 'a U.t
OCaml

Innovation. Community. Security.