UNPKG

bs-bastet

Version:

A ReasonML/OCaml library for category theory and abstract algebra

7 lines (6 loc) 105 B
```ocaml # 1 + (2 + 3) = (1 + 2) + 3;; - : bool = true # 1 * (2 * 3) = (1 * 2) * 3;; - : bool = true ```