module BaseMessage:sig..end
This module is the same as OASISMessage, except we use the
context BaseContext.default.
Author(s): Sylvain Le Gall
val debug : ('a, unit, string, unit) Pervasives.format4 -> 'aOASISMessage.debug.val info : ('a, unit, string, unit) Pervasives.format4 -> 'aOASISMessage.info.val warning : ('a, unit, string, unit) Pervasives.format4 -> 'aOASISMessage.warning.val error : ('a, unit, string, unit) Pervasives.format4 -> 'aOASISMessage.error.