package opazl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type time = int * int * int
type user = string
type msg = string
type notice = string
type action = string
type content =
  1. | Msg of user * msg
  2. | Notice of notice
  3. | Action of action
type line = time * content