• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mbarbin / provider / 211

27 Mar 2026 11:51AM UTC coverage: 98.141% (-1.9%) from 100.0%
211

Pull #52

github

web-flow
Merge 4e3aef3ae into 283e5a9e7
Pull Request #52: Local stdlib & simplify dependencies

266 of 281 new or added lines in 35 files covered. (94.66%)

792 of 807 relevant lines covered (98.14%)

7.27 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/stdlib/poly0.ml
1
(*********************************************************************************)
2
(*  provider - Dynamic Dispatch with Traits                                      *)
3
(*  SPDX-FileCopyrightText: 2024-2025 Mathieu Barbin <mathieu.barbin@gmail.com>  *)
4
(*  SPDX-License-Identifier: ISC                                                 *)
5
(*********************************************************************************)
6

7
let equal = Stdlib.( = )
NEW
8
let compare a b = Ordering0.of_int (Stdlib.compare a b)
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc