Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
    Page
Library
Module
Module type
Parameter
Class
Class type
Source
Asak.Partitiontype '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 to represent a partition.
val create : int -> string -> string -> ('a * string) list -> 'a partitionPartitioning OCaml codes. Usage: create threshold name sol list.