/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
- package scalaz
- object Scalaz
- extends StateFunctions // Functions related to the state monad
- with syntax.ToTypeClassOps // syntax associated with type classes
- with syntax.ToDataOps // syntax associated with Scalaz data structures
- with std.AllInstances // Type class instances for the standard library types
- with std.AllFunctions // Functions related to standard library types
- with syntax.std.ToAllStdOps // syntax associated with standard library types
- with IdInstances // Identity type and instances