module Acsym: sig end
sig end
module type SIG = sig end
th
f
module type TERM = sig end
module Make: functor (Sig : SIG) -> TERM
functor (Sig : SIG) -> TERM
*