package lua-ml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Make.LuaValueBaseSource

Sourcetype value =
  1. | Nil
  2. | Number of float
  3. | String of string
  4. | Function of srcloc * func
  5. | Userdata of userdata
  6. | Table of table
Sourceand func = value list -> value list
Sourceand userdata = value userdata'
Sourceval eq : value -> value -> bool
OCaml

Innovation. Community. Security.