package sawja

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a wlist
type 'a tail
val create : unit -> 'a wlist
val tail : 'a wlist -> 'a tail
val add : 'a -> 'a wlist -> unit
val iter_to_head : ('a -> unit) -> 'a tail -> unit
val size : 'a wlist -> int