Safe Haskell | None |
---|---|
Language | Haskell2010 |
- almostPerfect :: (b -> b -> b) -> (a -> b) -> Word -> NonEmpty a -> b
- reverseBits# :: Word# -> Word# -> Word#
Documentation
almostPerfect :: (b -> b -> b) -> (a -> b) -> Word -> NonEmpty a -> b Source #
Create an "almost perfect" tree from a given list of a specified size. Invariants: specified size must match the actual length of the list, and list must be non-empty.