Arboretum.hs: Symbolic manipulation for algebras of graphs
Abstract
We design the Arboretumhs package for symbolic computations with algebras of trees and more general graphs in Haskell. Thanks to the declarative nature of functional programming, the package's implementation closely follows mathematical definitions, making the code intuitive and transparent for users working with algebraic and combinatorial structures. To assist with current mathematical research, Arboretumhs supports experimentation by facilitating the introduction of new algebraic operations, as well as providing functionality for rendering trees and forests through LaTeX integration. Compared to recent imperative implementations in languages such as Julia or Python, Arboretumhs offers greater flexibility for manipulating and extending tree-based structures. Its use of Haskell enables safe programming and strong compile-time guarantees, serving both as a practical computational tool and a foundation for further research in algebraic combinatorics, beyond the setting of trees usually considered in the implementation of Butcher series, which are a fundamental tool for the analysis of numerical integrators.
Keywords
Cite
@article{arxiv.2604.25879,
title = {Arboretum.hs: Symbolic manipulation for algebras of graphs},
author = {Eugen Bronasco and Jean-Luc Falcone and Gilles Vilmart},
journal= {arXiv preprint arXiv:2604.25879},
year = {2026}
}
Comments
29 pages