package re

  1. Overview
  2. Docs

Source file import.ml

1
2
3
4
5
6
7
module List = Stdlib.ListLabels

module Poly = struct
  let equal = ( = )
end

let ( = ) = Int.equal