package dedukti

  1. Overview
  2. Docs

Module Basic.LListSource

Sourcetype 'a t
Sourceval nil : 'a t
Sourceval cons : 'a -> 'a t -> 'a t
Sourceval len : _ t -> int
Sourceval lst : 'a t -> 'a list
Sourceval is_empty : _ t -> bool
Sourceval of_list : 'a list -> 'a t
Sourceval of_array : 'a array -> 'a t
Sourceval map : ('a -> 'b) -> 'a t -> 'b t
Sourceval mapi : (int -> 'a -> 'b) -> 'a t -> 'b t
Sourceval nth : 'a t -> int -> 'a
OCaml

Innovation. Community. Security.