package core_kernel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file composition_infix.ml

1
2
3
4
open Base

let ( >> ) f g = Fn.compose g f
let ( << ) f g = Fn.compose f g