-
Notifications
You must be signed in to change notification settings - Fork 1
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
Blank page with applicativeDo #2
Comments
@stepcut Any idea? |
I can not duplicate this error. This is my current test code:
|
One thing you could try is using the https://github.com/Happstack/reform/tree/bifunctors This switches from the local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
reform-blaze doesn't seem to play well with applicativeDo (from GHC 8).
Just adding
{-# LANGUAGE ApplicativeDo #-}
to a code containingreform
forms makes the happstack server to return a blank page.The text was updated successfully, but these errors were encountered: