package coq

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

The type of the sequence.

type elem

The type of the elements of the sequence.

val get : t -> int -> elem

get t n returns n-th element of the sequence t.

val length : t -> int

length t returns the length of the sequence t.