zmactep / hasbolt

Haskell driver for Neo4j 3+ (BOLT protocol)
BSD 3-Clause "New" or "Revised" License
82 stars 13 forks source link

`Structure` is not exposed #7

Closed nc6 closed 7 years ago

nc6 commented 7 years ago

This makes it hard to do anything with a returned structure.

zmactep commented 7 years ago

Hi, @nc6 !

What kind of things are you going to do with Structure? I had not thought, that anyone needs it.

nc6 commented 7 years ago

@zmactep Sorry, for some reason I missed your reply. No particular plans for the structure, but since the S constructor to Value wraps it, currently anything inspecting Values has to just ignore the structure.

zmactep commented 7 years ago

@nc6, thanks for the answer. Understood, ok, I'll fix it in the next version.