Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type 'a partition = {
bad_type : 'a list;
Keys identifying codes that either don't implement the searched function, or implement it with a bad type.
*)clusters : ('a * string) list Wtree.wtree list;
Main result. Each class is composed of a tree representing a hierarchical clustering of "similar codes". Each leaf is a list of keys identifying "totally similar" codes, plus the considered code.
*)}
Type used for presenting a partition.
val create : int -> string -> string -> ('a * string) list -> 'a partition
Partitioning OCaml codes. Usage: create threshold name sol list
.