packages feed

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

module Math.Combinat.Trees
  ( module Math.Combinat.Trees.Binary
  , module Math.Combinat.Trees.Nary
  ) where

import Math.Combinat.Trees.Binary
import Math.Combinat.Trees.Nary