aboutsummaryrefslogtreecommitdiff
path: root/src/Lib/Fun.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Lib/Fun.ml')
-rw-r--r--src/Lib/Fun.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Lib/Fun.ml b/src/Lib/Fun.ml
new file mode 100644
index 0000000..bf1eb38
--- /dev/null
+++ b/src/Lib/Fun.ml
@@ -0,0 +1,2 @@
+let flip f b a =
+ f a b