package coq-core

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

Module Analyze.LargeArraySource

A data structure similar to arrays but allowing to overcome the 2^22 length limitation on 32-bit architecture.

Sourcetype 'a t
Sourceval empty : 'a t
Sourceval length : 'a t -> int
Sourceval make : int -> 'a -> 'a t
Sourceval get : 'a t -> int -> 'a
Sourceval set : 'a t -> int -> 'a -> unit
OCaml

Innovation. Community. Security.