about summary refs log tree commit diff
path: root/src/Utils.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils.hs')
-rw-r--r--src/Utils.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Utils.hs b/src/Utils.hs
index 78ee93ec95de..48c33af0796d 100644
--- a/src/Utils.hs
+++ b/src/Utils.hs
@@ -5,4 +5,5 @@ import Data.Function ((&))
 --------------------------------------------------------------------------------
 
 -- | Prefer this operator to the ampersand for stylistic reasons.
+(|>) :: a -> (a -> b) -> b
 (|>) = (&)