| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Tile.Tree
Documentation
data DecompositionView Source #
newtype TileTree (view :: k) Source #
Constructors
| TileTree | |
Fields | |
unfoldTree :: (a -> [a]) -> a -> Tree a Source #
Constructors
| SendTree | |
Fields
| |
newtype RoutedTree a Source #
Constructors
| RoutedTree | |
Fields
| |
Instances
| Eq a => Eq (RoutedTree a) Source # | |
Defined in Tile.Tree | |
| Show a => Show (RoutedTree a) Source # | |
Defined in Tile.Tree Methods showsPrec :: Int -> RoutedTree a -> ShowS # show :: RoutedTree a -> String # showList :: [RoutedTree a] -> ShowS # | |
scheduleTree :: Ord a => a -> Schedule a -> RoutedTree a Source #
routedTree :: Ord a => RoutedSchedule a -> RoutedTree a Source #
decompositionTree :: Tiling t => t -> Tile -> DecompositionTree Source #
renderDecompositionTree :: [String] -> DecompositionTree -> String Source #