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