package brr

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ev.TypeSource

Event types.

Sourcetype void

A type for events that do not expose further data.

Sourcetype 'a t = 'a type'

See type'.

Sourceval create : Jstr.t -> 'a type'

create n is a new event type named n. Constrain the result to your event type. See the predefined types.

Sourceval void : Jstr.t -> void t

void is a new void event type.

Sourceval name : 'a type' -> Jstr.t

name t is the name of event type t.