package calculon

  1. Overview
  2. Docs

Basic Messages

These messages are typical replies to user-issued commands, with a bit of randomness to diminish the monotony

type t =
  1. | Ack
    (*

    Ok

    *)
  2. | Err
    (*

    Error occurred

    *)
val select : t -> string

A particular representation of this message