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