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