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