Class type Tactical.composer

class type composer = object .. end

method id : string
method group : string
method title : string
method descr : string
method arity : int
method filter : Lang.F.term list -> bool
method compute : Lang.F.term list -> Lang.F.term