We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759fc68 commit d95a8dcCopy full SHA for d95a8dc
src/core/rudiments.Rudiments.scala
@@ -48,7 +48,6 @@ object Rudiments:
48
49
object Memory:
50
def apply(long: Long): Memory = long
51
- given ("content-length" is GenericHttpRequestParam[Memory]) = _.long.toString.tt
52
given ordering: Ordering[Memory] = Ordering.Long.on(_.long)
53
54
given communicable: [MemoryType <: Memory] => MemoryType is Communicable =
0 commit comments