Scalax
|
|
scalax/rules/ArrowMonads.scala
]
trait
ArrowMonads
extends
ApplicativeArrows with
MonadsType 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 |
Method Details |
Scalax
|
|