package poll

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. readable : bool;
  2. writable : bool;
}
val read : t
val none : t
val write : t
val read_write : t