/scato

An exploration of purely functional library design in Scala.

Primary LanguageScalaApache License 2.0Apache-2.0

Scato

Join the chat at https://gitter.im/aloiscochard/scato

An exploration of purely functional library design in Scala.

Modules

  • base
    • the base library containing core types and classes along with instances for the standard library.
  • prelude
    • the default prelude which combine the syntax of the core types
  • free
    • Monads for free*
  • profunctors
    • Enterprise Grade Functors
  • transformers
    • Composable Monadic Vehicles

Related projects