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