packages feed

combinat-0.2.10.1: src/Math/Combinat/Trees/Nary.hs-boot

module Math.Combinat.Trees.Nary where

--------------------------------------------------------------------------------

import Data.Tree

--------------------------------------------------------------------------------

addUniqueLabelsTree   :: Tree   a -> Tree   (a,Int) 
addUniqueLabelsForest :: Forest a -> Forest (a,Int) 

addUniqueLabelsTree_   :: Tree   a -> Tree   Int
addUniqueLabelsForest_ :: Forest a -> Forest Int

--------------------------------------------------------------------------------