Skip to content

Commit

Permalink
Some code tidyup
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jun 3, 2024
1 parent 351f2d0 commit 857fe27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/core/inequality.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ trait CompareGreater[-LeftType, -RightType, +ResultType] extends NumericallyComp
trait CompareGreaterEqual[-LeftType, -RightType, +ResultType] extends NumericallyComparable:
inline def greaterThanOrEqual(inline left: LeftType, inline right: RightType): ResultType


trait Inequality[-LeftType, -RightType]
extends
CompareGreaterEqual[LeftType, RightType, Boolean],
Expand Down
10 changes: 4 additions & 6 deletions src/core/math.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,16 @@

package hypotenuse

import language.experimental.genericNumberLiterals

import scala.util.FromDigits
import scala.annotation.*
import scala.compiletime.*

import language.experimental.genericNumberLiterals
import language.experimental.into

import java.lang.{Integer as JInt, Long as JLong, Short as JShort, Byte as JByte, Double as JDouble,
Float as JFloat}

import scala.util.FromDigits
import scala.annotation.*
import scala.compiletime.*

import anticipation.*
import contingency.*
import fulminate.*
Expand Down

0 comments on commit 857fe27

Please sign in to comment.