abstract-algebra
Polynomial factorization in Haskell
With hammar\'s help I have made a template Haskell bit which compiles $(zModP 5) to newtype Z5 = Z5 Int[详细]
2023-04-11 16:43 分类:问答Is there any algebraic structures used in functional programming other then monoid?
I recently getting to know about functional programming (in Haskell and Scala). It\'s capabilities and elegance is quite charming.[详细]
2023-01-08 15:04 分类:问答Examples of monoids/semigroups in programming
It is well-known that monoids are stunningly ubiquitous in programing. They are so ubiquitous and so useful that I, as a \'hobby project\', am working on a system that is completely based on th开发者_[详细]
2022-12-23 07:23 分类:问答