mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
annotations in CCEqual, for optimization
This commit is contained in:
parent
8460b01f2f
commit
93568949e6
1 changed files with 4 additions and 4 deletions
|
|
@ -7,10 +7,10 @@ type 'a t = 'a -> 'a -> bool
|
|||
|
||||
let poly = (=)
|
||||
|
||||
let int = (=)
|
||||
let string = (=)
|
||||
let bool = (=)
|
||||
let float = (=)
|
||||
let int : int t = (=)
|
||||
let string : string t = (=)
|
||||
let bool : bool t = (=)
|
||||
let float : float t = (=)
|
||||
|
||||
let rec list f l1 l2 = match l1, l2 with
|
||||
| [], [] -> true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue