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