libsemigroups / libsemigroups_pybind11

Python bindings for the libsemigroups C++ library for semigroups and monoids
https://libsemigroups.github.io/libsemigroups_pybind11
GNU General Public License v3.0
6 stars 7 forks source link

Fix return vals #183

Closed james-d-mitchell closed 3 months ago

james-d-mitchell commented 3 months ago

Previously the lambdas used for Paths mem fns were returning by value in some cases, leading to confusing weirdness.