-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Arbitrary instances for Lua types.
--   
--   Provides instances for QuickCheck's "Arbitrary" typeclass.
@package lua-arbitrary
@version 1.0.1


-- | Instances for QuickCheck's Arbitrary.
module Lua.Arbitrary
instance Test.QuickCheck.Arbitrary.Arbitrary Lua.Types.Integer
instance Test.QuickCheck.Arbitrary.Arbitrary Lua.Types.Number
instance Test.QuickCheck.Arbitrary.Arbitrary Lua.Types.TypeCode
instance Test.QuickCheck.Arbitrary.Arbitrary Lua.Types.StatusCode
instance Test.QuickCheck.Arbitrary.Arbitrary Lua.Types.OPCode
