package ocamlgraph

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
val empty : 'a t
val is_empty : 'a t -> bool
val add : 'a t -> 'a -> 'a t
val head : 'a t -> 'a
val tail : 'a t -> 'a t