package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'a worker_status = [
  1. | `Fresh
  2. | `Old of 'a
]
module type Task = sig ... end
type expiration = bool ref
module MakeQueue (T : Task) : sig ... end
module MakeWorker (T : Task) : sig ... end
OCaml

Innovation. Community. Security.