package ff-pbt

  1. Overview
  2. Docs

Module MakeAll.ValueGenerationSource

Sourceval zero : unit -> unit
Sourceval random : unit -> unit
Sourceval non_null_random : unit -> unit
Sourceval one : unit -> unit
Sourceval inverse_with_random_not_null : unit -> unit
Sourceval inverse_with_one : unit -> unit
Sourceval negation_with_random : unit -> unit
Sourceval negation_with_zero : unit -> unit
Sourceval negation_with_one : unit -> unit
Sourceval square_with_one : unit -> unit
Sourceval square_with_random : unit -> unit
Sourceval double_with_zero : unit -> unit
Sourceval double_with_one : unit -> unit
Sourceval double_with_random : unit -> unit
Sourceval double_is_same_than_multiply_by_same_element : unit -> unit
Sourceval get_tests : unit -> string * unit Alcotest.test_case list