package smol-helpers

  1. Overview
  2. Docs

Module Test_helpers.Test_SemiringSource

Parameters

Signature

include sig ... end
Sourceval pp : Format.formatter -> A.t -> unit
Sourceval check : msg:string -> expected:A.t -> actual:A.t -> unit
Sourceval test_mul_zero : (unit -> A.t) -> unit -> unit
Sourceval test_mul_distrib_left : (unit -> A.t) -> unit -> unit
Sourceval test_mul_distrib_right : (unit -> A.t) -> unit -> unit
Sourceval tests : (unit -> A.t) -> (kind * string * (unit -> unit)) list