Description
A Haskell library with utilities for building Lua modules through HsLua. It helps package functions, documentation, parameters, and exported module structure in a reusable way.
Developers use it when exposing Haskell functionality to Lua scripts. Module APIs should be documented clearly so script authors understand accepted arguments, return values, and possible errors.