Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Dec 6, 2024
1 parent 768215c commit be9477b
Show file tree
Hide file tree
Showing 4 changed files with 193 additions and 212 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package chester.backend.scala

import scala.meta
import chester.syntax.core._
import chester.syntax.core.simple._
object Scala {
case class ScalaContext()
Expand Down
3 changes: 0 additions & 3 deletions compiler213/shared/src/main/scala/chester/scala/Test.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ package chester.scala
import chester.backend.scala.Scala

import scala.meta
import chester.syntax.core

import scala.meta._

import chester.syntax.core._
import chester.syntax.core.simple._
object Test {
val test: meta.Term.Apply = q"function(argument)"
Expand Down
8 changes: 2 additions & 6 deletions syntax/src/main/scala/chester/syntax/core/Term.scala
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
// TODO: More correctly implement toDoc
package chester.syntax.core

import cats.data.*
import chester.doc.*
import chester.doc.const.{ColorProfile, Docs}
import chester.error.*
import chester.error.ProblemUpickle.*
import chester.syntax.core.orm.*
import chester.syntax.*
import chester.utils.{*, given}
import chester.utils.*
import chester.utils.doc.*
import chester.utils.impls.*
import spire.math.{Rational, Trilean}
import spire.math.Trilean.*
import upickle.default.*
import chester.uniqid.*

import scala.collection.immutable.HashMap
import scala.language.implicitConversions

/* Type Hierarchy Naming Conventions:
Expand Down Expand Up @@ -1018,4 +1014,4 @@ trait ObjectTypeTermC[Rec <: TermT[Rec]] extends TypeTermT[Rec] {
def descent(f: Rec => Rec, g: TreeMap[Rec]): Rec = thisOr(
cpy(objectDef = g(objectDef))
)
}
}
Loading

0 comments on commit be9477b

Please sign in to comment.