libretto.scaletto.impl

Members list

Concise view

Type members

Classlikes

abstract class FreeScaletto

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object FreeScaletto.type
object FreeScaletto extends FreeScaletto with Scaletto

Attributes

Companion:
class
Graph
Supertypes
trait Scaletto
trait InvertDSL
trait ClosedDSL
trait CrashDSL
trait TimerDSL
trait CoreDSL
class Object
trait Matchable
class Any
Self type
class Var[P, A](val origin: P)

Attributes

P

representation of variable's origin (e.g. source code position)

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Var

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Var.type
sealed trait VarOrigin

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class FunApp
class Lambda
class OneIntro
class Pairing
class Prj1
class Prj2
class Synthetic
object VarOrigin

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def bug[A](msg: String): A