-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Syntax? #23
Comments
Yes. The library now only provides the types, while the syntax is handled by the "record-preprocessor". Check it out for the basic yet exhaustive demo. The detailed documentation and tutorial are coming in a week or two, when I fix the error-reporting issues in the preprocessor and make an official release. |
Sure! I ended up figuring it out after a few hours of diddling last night. I had seen the demo, but I wasn't familiar enough with Haskell to know how to configure cabal to use a preprocessor. I eventually got it though. Absolutely love this library! Saves an insane amount of headaches, thank you! |
Can ghci (or cabal-repl) be configured to use the preprocessor? To play around with the records in ghci. |
@rabipelais Not yet. But maybe soon. |
@nikita-volkov that blog post you wrote about is still coming or I missed it somehow? (checked your blog, didn't find recent posts related to EDIT: Oh, I mean "the detailed documentation and tutorial are coming...", not the blog post :) |
@dimsuz Still in the making. Been too busy lately. |
Looking forward to it :) пн, 21 сент. 2015, 16:04, Nikita Volkov [email protected]:
|
Did you change the syntax in the latest release? I can't find any examples of it anywhere. A Readme with (up to date) examples would be super helpful!
The text was updated successfully, but these errors were encountered: