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