ShiftLeftSecurity / overflowdb

ShiftLeft OverflowDB
Apache License 2.0
112 stars 21 forks source link

also temporarily comment out `toNumericTraversal` #345

Closed mpollmeier closed 1 year ago

mpollmeier commented 1 year ago
mpollmeier commented 1 year ago

context: toNumericTraversal[A : Numeric](traversal: Traversal[A]) is syntactic sugar for toNumericTraversal[A](traversal: Traversal[A])(implicit evidence: Numeric[A])