Module type Scm_analyzer.Alpha


module type Alpha = sig .. end

type t 
val compare : t -> t -> int
val from_string : string -> t
val print : Format.formatter -> t -> unit