debug-ito / greskell

Haskell binding for Gremlin graph query language
https://hackage.haskell.org/package/greskell
27 stars 4 forks source link

Greskell.GTraversal: add elementMap step #13

Closed ners closed 1 year ago

ners commented 1 year ago

This PR adds the elementMap step.

debug-ito commented 1 year ago

Thanks. I'll review it later.

Maybe you should rebase your branch to the latest of ghc-9.2.

debug-ito commented 1 year ago

Codes are good. Thanks for contribution!

However, because it adds new functions, the next version of greskell will be 2.0.1.0 (not 2.0.0.1). Could you change the version in the @since comments as well as the versions in greskell.cabal and ChangeLog.md ?

debug-ito commented 1 year ago

Thanks for quick response!