Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adversing/monoid.scala

Scala-based Haskell monoid implementation
https://github.com/adversing/monoid.scala

functional-programming monoid scala

Last synced: 8 days ago
JSON representation

Scala-based Haskell monoid implementation

Awesome Lists containing this project

README

        

# monoid.scala
Scala-based Haskell monoid implementation

You might want to implement a `Vector` class monoid since it's way more efficient for longer objects sequences (`++` operator creates for each iteration a new `List` instance).