howyp / ropes

Stronger strings! Declare your string format as a type, and get parsers, writers, composition and generators for free.

Home Page:https://howyp.github.io/ropes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conversions to/from ADT types

howyp opened this issue · comments

Provide derived conversions which can convert suitable ropes into case classes. The obvious example is one that allows conversion of a Concat to/from a case class, given that the sequence of types inside both is the same.