From bbf1fd0846fa51f74ef01399ab005d4d847becce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 23 May 2026 21:45:02 +0200 Subject: Refactor test filtering to its own function and type --- src/Test.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Test.hs') diff --git a/src/Test.hs b/src/Test.hs index d16b997..61f2e3d 100644 --- a/src/Test.hs +++ b/src/Test.hs @@ -31,6 +31,7 @@ data Test = Test } data Tag = Tag ModuleName VarName + deriving (Eq) instance ExprType Tag where textExprType _ = "Tag" -- cgit v1.2.3