This commit is contained in:
Joey Hess 2013-04-15 17:42:30 -04:00
parent f44c917b22
commit 737ece771b
2 changed files with 2 additions and 1 deletions

View file

@ -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