Up

module BaseMessage

: sig

Message to user

This module is the same as [root:OASISMessage], except we use the context BaseContext.default.

Author Sylvain Le Gall
#
val debug : ('a, unit, string, unit) Pervasives.format4 -> 'a
#
val info : ('a, unit, string, unit) Pervasives.format4 -> 'a
#
val warning : ('a, unit, string, unit) Pervasives.format4 -> 'a
#
val error : ('a, unit, string, unit) Pervasives.format4 -> 'a
end