
dc10.sbt.ast.ProjectDef.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dc10-sbt_3 Show documentation
Show all versions of dc10-sbt_3 Show documentation
Library for use with the `dc10-scala` code generator
package dc10.sbt.ast
import org.tpolecat.sourcepos.SourcePos
case class ProjectDef(
project: Symbol.Project,
sp: SourcePos
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy