package riot

  1. Overview
  2. Docs
type t = ..

t is the type of all messages in a Riot program.

Since this type is extensible, you can make sure different parts of your program can see the constructors that are relevant for them.

type 'msg selector = t -> [ `select of 'msg | `skip ]
OCaml

Innovation. Community. Security.