postgresql-syntax-0.5.0.0: hspec-test/Ast/SelectLimitValueSpec.hs
module Ast.SelectLimitValueSpec (spec) where import Helpers.Specs import PostgresqlSyntax.Ast.SelectLimitValue import Test.Hspec spec :: Spec spec = do itSatisfiesIsAst @SelectLimitValue itSatisfiesArbitrary @SelectLimitValue