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