module type S5 = sig .. end
sig
end
type ('a, 'b, 'c, 'd, 'e) t
('a, 'b, 'c, 'd, 'e)
include Typerepable.S5
val compute : 'a X.t -> 'b X.t -> 'c X.t -> 'd X.t -> 'e X.t -> ('a, 'b, 'c, 'd, 'e) t X.t
'a X.t -> 'b X.t -> 'c X.t -> 'd X.t -> 'e X.t -> ('a, 'b, 'c, 'd, 'e) t X.t