update
This commit is contained in:
parent
f44c917b22
commit
737ece771b
2 changed files with 2 additions and 1 deletions
|
@ -268,7 +268,7 @@ expandExpressionSplice s lls = concat [before, spliced:padding, end]
|
|||
-- function definition needs no preparation
|
||||
-- ie: foo = $(splice)
|
||||
| "=" `isSuffixOf` s' = s
|
||||
-- nor does lambda definition
|
||||
-- nor does lambda definition or case expression
|
||||
| "->" `isSuffixOf` s' = s
|
||||
-- nor does a let .. in declaration
|
||||
| "in" `isSuffixOf` s' = s
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
-
|
||||
- ** DO NOT COMMIT **
|
||||
-}
|
||||
import qualified Data.Text
|
||||
import qualified Data.Text.Lazy.Builder
|
||||
import qualified Text.Shakespeare
|
||||
import qualified Text.Hamlet
|
||||
|
|
Loading…
Reference in a new issue