planet-mitchell-0.0.0: Planet Mitchell

Safe HaskellSafe
LanguageHaskell2010

List.Builder.Partial

Synopsis

Documentation

head :: DList a -> a #

O(n). Return the head of the dlist

tail :: DList a -> DList a #

O(n). Return the tail of the dlist