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