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
* wrap and unwrap suffixed with M: M to TC (type constructor)
* wrap and unwrap suffixed with MOfM: MOfM to HKT (higher-kinded type)
* M[*] to F[*]
* M1[*] to F[*] and M2[*] to G[*] e.g.) M1[M2[A]] to F[G[A]]
Summary
Rename
Coercible
methods and type parametersVersion
0.4.0
Description
wrap
andunwrap
suffixed withM
:M
toTC
(type constructor)wrap
andunwrap
suffixed withMOfM
:MOfM
toHKT
(higher-kinded type)M[*]
toF[*]
M1[*]
toF[*]
andM2[*]
toG[*]
e.g.)M1[M2[A]]
toF[G[A]]
The text was updated successfully, but these errors were encountered: