plutus-core-1.60.0.0: Language library for Plutus Core
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.RandomAccessList.SkewBinarySlab

Synopsis

Documentation

data RAList a #

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 

Bundled Patterns

pattern Cons :: a -> RAList a -> RAList a 

Instances

Instances details
NonEmptyVector a -> RAList a -> RAList a #