Module
io.eleven19.krueger.ast.Module
case class Module(name: QualifiedName, exposing: ExposingList, imports: IndexedSeq[Import], declarations: IndexedSeq[Declaration], docComment: Option[String] = ...)(span: Span) extends AstNode
Attributes
- Source
- AstNodes.scala
- Graph
-
- Supertypes
Members list
In this article