Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 852 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 852 Bytes

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