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