Skip to content

Commit

Permalink
make kore ConcreteClasses private again
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwight Guth committed Oct 12, 2023
1 parent 64c5a0e commit 7010152
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kore/src/main/scala/org/kframework/parser/kore/Default.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import org.kframework.parser.{kore => i}

object implementation {

// TODO: make private again
object ConcreteClasses {
private object ConcreteClasses {

case class Definition(att: i.Attributes, modules: Seq[i.Module]) extends i.Definition

Expand Down

0 comments on commit 7010152

Please sign in to comment.