Description
A Haskell library for describing Lua type specifiers in HsLua-based modules. It helps document and validate the expected shapes of values crossing between Lua scripts and Haskell code.
Developers use it when building script APIs that should be understandable and safer to call. Clear type specifications reduce runtime surprises for script authors.