summaryrefslogtreecommitdiffstats
path: root/src/utils.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.hs')
-rw-r--r--src/utils.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/utils.hs b/src/utils.hs
new file mode 100644
index 0000000..33f3f6e
--- /dev/null
+++ b/src/utils.hs
@@ -0,0 +1,7 @@
+module Utils where
+
+(.>) = flip (.)
+
+($>) = flip ($)
+
+infixr 6 $>