Fixity

parsley.expr.Fixity
sealed trait Fixity

Denotes the fixity and associativity of an operator. Importantly, it also specifies the type of the of the operations themselves.

Attributes

Since

4.0.0

Source
Fixity.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object InfixL
object InfixN
object InfixR
object Postfix
object Prefix

Members list

Type members

Types

type Op[A, B]

Attributes

Source
Fixity.scala