category-extras-0.2: Various modules and constructs inspired by category theory.Source codeContentsIndex
Data.InfiniteTree
Documentation
data Tree a Source
show/hide Instances
mkTree :: seed -> (seed -> a) -> (seed -> seed) -> (seed -> seed) -> Tree aSource
root :: Tree a -> aSource
left :: Tree a -> Tree aSource
right :: Tree a -> Tree aSource
branchF :: Functor f => f (Tree a) -> Tree (f a)Source
surreals :: Fractional a => Tree aSource
showTree :: Show a => Int -> Tree a -> StringSource
showTreeWide :: Show a => Bool -> Int -> Tree a -> StringSource
showTree' :: Show a => Bool -> [String] -> [String] -> Tree a -> Int -> ShowSSource
showWide :: Bool -> [String] -> ShowSSource
rotateR :: Tree a -> Tree aSource
rotateL :: Tree a -> Tree aSource
Produced by Haddock version 2.3.0