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