package hector

  1. Overview
  2. Docs

Module HectorSource

Sourcemodule type MONOARRAY = sig ... end

A minimal signature for monomorphic arrays.

Sourcemodule type MONOVECTOR = sig ... end
Sourcemodule type POLYVECTOR = sig ... end

This module offers an implementation of vectors. A vector is a mutable data structure, which stores a sequence of values.

Sourcemodule Int : MONOVECTOR with type element = int
Sourcemodule Mono : sig ... end

This module offers an implementation of vectors. A vector is a mutable data structure, which stores a sequence of values.