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