scalax.rules

trait Units

[source: scalax/rules/Units.scala]

trait Units
extends AnyRef
Direct Known Subclasses:
UnitFunctors

Type Summary
abstract type M
Method Summary
abstract def unit : M[Unit]
abstract def unit [A](a : => A) : M[A]
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Type Details
abstract type M

Method Details
abstract def unit : M[Unit]

abstract def unit[A](a : => A) : M[A]


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