extended-containers-lens-0.1.0.0: lens instances for extended-containers
Data.Heap.Lens
Contents
heapOf :: Getting (Heap a) s a -> s -> Heap a Source #
Construct a Heap from a Getter, Fold, Traversal, Lens or Iso.
Heap
Getter
Fold
Traversal
Lens
Iso
Associated Types
type Unwrapped (Heap a) :: Type #
Methods
_Wrapped' :: Iso' (Heap a) (Unwrapped (Heap a)) #
_Empty :: Prism' (Heap a) () #
Use wrapping fromList. Unwrapping returns some permutation of the list.
wrapping fromList
wrapping
fromList