| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Data.RandomAccessList.SkewBinarySlab
Synopsis
- data RAList a where
- safeIndexZero :: RAList a -> NonEmptyVector a -> RAList a -> RAList a
Documentation
A strict list of complete binary trees accompanied by their node size. The trees appear in >=-node size order. Note: this list is strict in its spine, unlike the Prelude list
Constructors
| Nil |
Instances
| NonEmptyVector a -> RAList a -> RAList a # |