/core/src/main/scala/scalaz/Scalaz.scala

http://github.com/scalaz/scalaz · Scala · 10 lines · 9 code · 1 blank · 0 comment · 0 complexity · 854b6976a349ef00a027a9067ff8afa5 MD5 · raw file

  1. package scalaz
  2. object Scalaz
  3. extends StateFunctions // Functions related to the state monad
  4. with syntax.ToTypeClassOps // syntax associated with type classes
  5. with syntax.ToDataOps // syntax associated with Scalaz data structures
  6. with std.AllInstances // Type class instances for the standard library types
  7. with std.AllFunctions // Functions related to standard library types
  8. with syntax.std.ToAllStdOps // syntax associated with standard library types
  9. with IdInstances // Identity type and instances