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.type
object InfixN.type
object InfixR.type
object Postfix.type
object Prefix.type

Members list

Type members

Types

type Op[A, B]

Attributes

Source
Fixity.scala