Skip to content

Commit

Permalink
Fix example in description.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboes committed Nov 9, 2011
1 parent 34a5264 commit cd0c4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions haskell-src-exts-qq.cabal
Expand Up @@ -8,13 +8,13 @@ Description:
more concisely and legibly. This package supports:
.
* Antiquotations, denoted by stealing the splice syntax of
Template Haskell, for example @[$hs| $x ++ $(Hs.strE "bar") |]@.
Template Haskell, for example @[hs| $x ++ $(Hs.strE "bar") |]@.
Splices may not nested.
.
* Antiquoting names in patterns. Names that are antiquoted appear
surrounded by double parentheses. For instance:
.
> let f = Hs.name "foo" in [$hs| ((f)) x = x + x |]
> let f = Hs.name "foo" in [hs| f ((x)) = $x + $x |]
Category: Language
License: BSD3
License-File: LICENSE
Expand Down

0 comments on commit cd0c4f1

Please sign in to comment.