uniquely-represented-sets-0.1.0.0

Safe HaskellSafe
LanguageHaskell2010

Data.Tree.Braun.Internal

Description

Internal functions, subject to change.

Synopsis

Documentation

zipLevels :: a -> ([Tree a] -> [Tree a] -> [Tree a]) -> [Tree a] -> [Tree a] -> [Tree a] Source #

A specialised zip-like function which takes a continuation rather than using explicit recursion.