package alg_structs_qcheck

  1. Overview
  2. Docs

QCheck tests of Foldable Laws

module Alg = Alg_structs
module type S = sig ... end
val test : (module S) -> QCheck.Test.t list
val tests : (module S) list -> QCheck.Test.t list