Type safe replacement templates #60
Closed
Comments
Just to be clear, that was @bergmark of course. |
I can see a reasonably safe way of providing type-safe replacement templates with named capture groups, which could be included in v1.0.0.0 so I will provide those and see how much remains to be done and what our options are once we have integrated those. |
Great stuff! |
cdornan
added a commit
that referenced
this issue
Mar 25, 2017
* Flip the order of the arguments to replace (fixes #78) * Add type-safe replacement templates (fixes #60) * Finish tidying up the API (fixes #80) * Make `regex` compatible w/ TH-less GHCs (fixes #70) * Declare extensions the compiler must support (fixes #83) * Fix curl for AppVeyor build (fixes #79) * Fix AppVeyor badge (fixes #81) * Remove QQ from code coverage stats (fixes #82) * Rename Options, Context and Replace methods (fixes #84)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adam Bergmark asked on Haskell Cafe:
The text was updated successfully, but these errors were encountered: