Functor Camlp4.Sig.Warning


module Warning: 
functor (Loc : Type) -> sig .. end
A signature for warnings abstract from locations.
Parameters:
Loc : Type

module type S = sig .. end