All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalaz.example.Example.scala Maven / Gradle / Ivy

package scalaz.example


object Example {
  def run {
    ExampleApplicative.run
    ExampleArrow.run
    ExampleBifunctor.run
    ExampleBoolean.run
    ExampleBKTree.run
    ExampleCategory.run
    ExampleCofunctor.run
    ExampleComp.run
    ExampleDistance.run
    ExampleFunctor.run
    ExampleFold.run
    ExampleEqual.run
    ExampleKleisli.run
    ExampleIdentity.run
    ExampleList.run
    ExampleMonad.run
    ExampleMonoid.run
    ExamplePlus.run
    ExampleState.run
    ExampleTree.run
    ExampleTraverse.run
    ExampleValidation.run
    geo.ExampleVincenty.run
    concurrent.ExampleActor.run
    concurrent.Fibs.run
    WordCount.wordCount
  }

  def main(args: Array[String]) = run
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy