Module Graph.PersistentQueue

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