From 7108915e21868e2c0f52d22088b1050650c2d210 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Tue, 24 Sep 2019 16:09:18 -0400 Subject: [PATCH] :fire: a redundant where clause. --- semantic-tags/src/Tags/Taggable/Precise.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semantic-tags/src/Tags/Taggable/Precise.hs b/semantic-tags/src/Tags/Taggable/Precise.hs index 750d3c3ff..739c92060 100644 --- a/semantic-tags/src/Tags/Taggable/Precise.hs +++ b/semantic-tags/src/Tags/Taggable/Precise.hs @@ -26,7 +26,7 @@ runTagging source . run . execWriter . runReader source - . tag where + . tag type Tags = Endo [Tag]