Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Type : sig ... end
module Comparator : Base.Comparator.S with type t = Type.t
type goal = state -> state option Base.Sequence.t
val int : int -> Type.t
val float : float -> Type.t
val str : string -> Type.t
val bool : bool -> Type.t
val set : (Type.t, Comparator.comparator_witness) Base.Set.t -> Type.t
val to_string : Type.t -> string