Skip to content
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

Improve docs in Text.Hamlet #180

Merged
merged 1 commit into from
Mar 27, 2016
Merged

Conversation

mitchellwrosen
Copy link
Contributor

I also exported the Render and Translate type aliases as part of this change, because they were used in exported functions

@@ -286,9 +297,24 @@ htmlRules = do
i <- [|id|]
return $ HamletRules i ($ (Env Nothing Nothing)) (\_ b -> return b)

-- | Hamlet quasi-quoter. May only be used to generate expressions. May only be
-- used to generate expressions.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate sentence here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, deleted

@chreekat
Copy link
Contributor

Woot! I appreciate this.

@snoyberg snoyberg merged commit 5ec3372 into yesodweb:master Mar 27, 2016
@snoyberg
Copy link
Member

Awesome, thanks!

snoyberg added a commit that referenced this pull request Mar 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants