package core_kernel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file quickcheckable.ml

1
2
3
4
5
6
7
8
(** Provides functors for making a module quickcheckable with {!Quickcheck}. *)

open! Import

module type S = Quickcheck.S
module type S1 = Quickcheck.S1
module type S2 = Quickcheck.S2
module type S_int = Quickcheck.S_int
OCaml

Innovation. Community. Security.