package lacc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'a mut_list = {
  1. hd : 'a;
  2. mutable tl : 'a list;
}
val create : unit -> 'a mut_list
val accum : 'a mut_list -> 'a -> 'a mut_list
val set_tail : 'a mut_list -> 'a list -> unit
val return : 'a mut_list -> 'a list
OCaml

Innovation. Community. Security.