Module Imandra_surface.Valgen
Randomized type inhabitant generation for property testing for ImandraML.
val bool : bool t
val int : ?n:int -> int t
val float : ?f:float -> float t
val alpha : char t
val string : ?len:int -> string t
val list : ?len:int t -> 'a t -> 'a list t
val opt : 'a t -> 'a option t
Properties
module Prop : sig ... end
Properties to be tested on a number of random test cases