ValueDeclaration
io.eleven19.krueger.ast.ValueDeclaration
case class ValueDeclaration(name: String, typeAnnotation: Option[TypeExpression], parameters: IndexedSeq[Pattern], body: Expression, docComment: Option[String] = ...)(span: Span) extends Declaration
Attributes
- Source
- AstNodes.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Declarationtrait AstNodeclass Objecttrait Matchableclass Any
Members list
In this article