scalax.rules

trait ArrowMonads

[source: scalax/rules/ArrowMonads.scala]

trait ArrowMonads
extends ApplicativeArrows with Monads
Type Summary
abstract type Arr
Method Summary
override def unit [A](a : => A) : Arr[A]
Methods inherited from Arrows
arrow (abstract), diag
Methods inherited from UnitFunctors
unit
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Methods inherited from ApplicativeArrows
app (abstract)
Type Details
abstract type Arr

Method Details
override def unit[A](a : => A) : Arr[A]


Copyright (c) 2005-8 The Scalax Project. All Rights Reserved.