You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MkFieldLens.mkFieldLens[A, N <: Nat, R <: HList, B] returns an Aux[A, K, mkLens.Elem] instead of using MkRecordSelectLens.Aux[R, K, B] and return a Aux[A, K, B]
While this compiles just fine, it makes the job harder for static code analysis and intellij specifically is getting confused by it
The text was updated successfully, but these errors were encountered:
MkFieldLens.mkFieldLens[A, N <: Nat, R <: HList, B]
returns anAux[A, K, mkLens.Elem]
instead of usingMkRecordSelectLens.Aux[R, K, B]
and return aAux[A, K, B]
While this compiles just fine, it makes the job harder for static code analysis and intellij specifically is getting confused by it
The text was updated successfully, but these errors were encountered: