Skip to content

Commit b979120

Browse files
committed
JSConciseBody deriving Generic, NFData
1 parent e0432af commit b979120

File tree

1 file changed

+1
-1
lines changed
  • src/Language/JavaScript/Parser

1 file changed

+1
-1
lines changed

src/Language/JavaScript/Parser/AST.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ data JSExpression
212212
data JSConciseBody
213213
= JSConciseFunctionBody !JSBlock
214214
| JSConciseExpressionBody !JSExpression
215-
deriving (Data, Eq, Show, Typeable)
215+
deriving (Data, Eq, Generic, NFData, Show, Typeable)
216216

217217
data JSArrowParameterList
218218
= JSUnparenthesizedArrowParameter !JSIdent

0 commit comments

Comments
 (0)