Module

Data.Merge

Package
purescript-merge
Repository
joellefkowitz/merge

#split Source

split :: forall f a. Applicative f => f a -> f (f a)

#sublist Source

sublist :: forall a. Ord a => a -> a -> Array a -> Array a