diff options
Diffstat (limited to 'src/Tests/Helpers.hs')
| -rw-r--r-- | src/Tests/Helpers.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Tests/Helpers.hs b/src/Tests/Helpers.hs index b8d6b83a7..bd5a38869 100644 --- a/src/Tests/Helpers.hs +++ b/src/Tests/Helpers.hs @@ -79,7 +79,7 @@ vivid s = setSGRCode [SetColor Background Dull Red , SetColor Foreground Vivid White] ++ s ++ setSGRCode [Reset] -infix 6 =?> +infix 5 =?> (=?>) :: a -> b -> (a,b) x =?> y = (x, y) |
