We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://ginger.tobiasdammers.nl/guide/getting-started/.
Example:
template :: Template template = either (error . show) id . runIdentity $ parseGinger nullResolver Nothing "Hello, {{ name }}, welcome in {{ location }}!"
The type signature for template should be Template SourcePos.
template
Template SourcePos
The text was updated successfully, but these errors were encountered:
Fix tdammers#40: Update examples in documentation so that they compile
5c31718
04d620d
No branches or pull requests
See https://ginger.tobiasdammers.nl/guide/getting-started/.
Example:
The type signature for
template
should beTemplate SourcePos
.The text was updated successfully, but these errors were encountered: