chickadee » snowtar » make-tar-condition

make-tar-condition messageprocedure

Returns a new tar condition object encapsulating the message argument (a string). This is a composite condition with the following structure:

  • Kind-key exn with prop-key message.
  • Kind-key snow with prop-keys type and data.
  • Kind-key tar-condition.

See the (chicken condition) module for more information on condition objects.