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