kyleg
01/21/2020, 6:44 PMTry
so that it does not advise this anymore (Try
is deprecated).
In a Prism documentation that uses Try
, there is an example that uses pTrySuccess
, which allegedly lives in arrow.optics
. However, I have cloned the Arrow repo and have searched the entire codebase for this string. It only appears in arrow-optics/prism/README.me
but in no actual code. I can’t find it in the git history for Optics.kt
either.
Does anyone remember what this function was supposed to do? If I’m already replacing Try
with Either
in many places, I need to get this code working so I can make sure my new documentation is functional code.simon.vergauwen
01/22/2020, 8:32 AMsimon.vergauwen
01/22/2020, 8:33 AM