Scala 2.7.4.final API

This document is the API specification for Scala Library

Class Summary
trait ImplicitConversions extends AnyRef
This object contains implicit conversions that come in handy when using the `^^' combinator {@see Parsers} to construct an AST from the concrete syntax.
trait Parsers extends AnyRef
case class ~ [+a, +b](val _1 : a, val _2 : b) extends Product
Object Summary
object mkTilde extends AnyRef
object ~ extends AnyRef