aboutsummaryrefslogtreecommitdiff
path: root/src/Lib/Fun.ml
blob: bf1eb38bc41efad938bc73c4612a5719955b8d8e (plain)
1
2
let flip f b a =
  f a b