module AnalyzeType: sig .. end
sig
end
exception Error of string
string
exception Polymorphic
exception EmptyData of ID.t
ID.t
module Make (T : TermInner.S) : sig .. end
(
T
:
TermInner.S
)