Description
Provides Arbitrary instances for Lua-related Haskell types. Arbitrary instances let property-based tests generate sample values automatically, which helps test Lua integrations more thoroughly.
This is useful for developers testing packages that work with Lua values or APIs. It is a test support library and is normally used by automated test suites.