Commit 2020-09-17 15:33 34ebade1
View on Github →feat(algebra/free_algebra): free (noncommutative) algebras (#4077)
Previously, @adamtopaz constructed the tensor algebra of an R
-module via a direct construction of a quotient of a free algebra.
This uses essentially the same construction to build a free algebra (on a type) directly. In a PR coming shortly, I'll refactor his development of the tensor algebra to use this construction.