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