Description
A Haskell library providing an opinionated but extensible Lua list type for HsLua. It gives scriptable applications a consistent way to represent and manipulate list-like data in Lua.
Developers use it when Haskell values need to be exposed to Lua scripts as practical list structures. List semantics should be documented because Lua tables can represent arrays, maps, and mixed structures.