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

mbarbin / super-master-mind / 235

15 Mar 2026 05:27PM UTC coverage: 89.377% (+1.1%) from 88.313%
235

Pull #52

github

web-flow
Merge 815074dab into 2ed5b7677
Pull Request #52: Improve local stdlib

176 of 188 new or added lines in 15 files covered. (93.62%)

1220 of 1365 relevant lines covered (89.38%)

2320024.62 hits per line

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

50.0
/src/stdlib/result0.ml
1
(*********************************************************************************)
2
(*  super-master-mind: A solver for the super master mind game                   *)
3
(*  SPDX-FileCopyrightText: 2021-2025 Mathieu Barbin <mathieu.barbin@gmail.com>  *)
4
(*  SPDX-License-Identifier: MIT                                                 *)
5
(*********************************************************************************)
6

7
include Stdlib.Result
8

9
let bind x ~f = bind x f
19,128✔
NEW
10
let map_error t ~f = map_error f t
×
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