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