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