Skip to content

Commit

Permalink
Remove a thunk in index
Browse files Browse the repository at this point in the history
  • Loading branch information
nick8325 committed Sep 20, 2017
1 parent a9be0df commit f07faf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Twee/Index.hs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ pref search prefix here fun var rest =
App f _ ->
case fun ! fun_id f of
Nil -> tryVar
idx -> Frame ts idx tryVar
idx -> Frame ts idx $! tryVar
_ ->
tryVar
where
Expand Down

0 comments on commit f07faf9

Please sign in to comment.