UNPKG

bs-bastet

Version:

A ReasonML/OCaml library for category theory and abstract algebra

5 lines (4 loc) 104 B
```ocaml # let compose f g x = f (g x);; val compose : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b = <fun> ```