scalaz

example

package example

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Token extends AnyRef

Value Members

  1. object A extends Token with Product with Serializable

  2. object AdjunctUsage extends App

  3. object ApplyUsage extends App

  4. object ArrowUsage extends App

  5. object B extends Token with Product with Serializable

  6. object BifunctorUsage extends App

    A Bifunctor is very similar to a Functor, which you are hopefully already familiar with.

  7. object C extends Token with Product with Serializable

  8. object CABRunLengthEncoder

  9. object CaseInsensitiveUsage extends App

  10. object ContravariantCoyonedaUsage extends App

  11. object DirectTypeClassUsage extends App

  12. object DivideExample

  13. object EndoUsage extends App

  14. object EnumUsage extends App

  15. object FibStateExample extends App

  16. object FingerTreeUsage extends App

  17. object Foldable1Usage extends App

  18. object FoldableUsage extends App

  19. object FreeUsage extends App

  20. object FunctorUsage extends App

    A Functor is a ubiquitous typeclass involving type constructors of kind * → *, which is another way of saying types that have a single type variable.

  21. object IListUsage extends App

  22. object IsomorphismUsage extends App

  23. object IterateeUsage extends App

  24. object KleisliUsage extends App

  25. object LaunchburyInterpreter extends App

    Simple call-by-need (i.

  26. object MixedBag extends App

  27. object NameNeedValueUsage extends App

  28. object NewTypeUsage extends App

  29. object PartiallyApplied extends App

  30. object ReaderWriterStateTUsage extends App

  31. object STUsage extends App

  32. object StateTUsage extends App

  33. object StringUsage extends App

  34. object SyntaxUsage extends App

  35. object TagUsage extends App

    scalaz contains a way to simulate something similar to a Haskell newtype, where we can take an existing type, and create a new type from it, and allow us to create new typeclass instances for our newly created type to get different behaviors.

  36. object Token

  37. object TrampolineUsage extends App

  38. object TraverseUsage extends App

  39. object UnapplyInference extends App

    Examples showing the use of Unapply to reduce the need for type annotations

  40. object WordCount

    Character/Line/Word Count from "The Essense of the Iterator Pattern".

  41. object WriterUsage extends App

  42. package concurrent

  43. package transformers

Ungrouped