polysemy-research / polysemy-zoo

:monkey::panda_face: Experimental, user-contributed effects and interpreters for polysemy
BSD 3-Clause "New" or "Revised" License
70 stars 21 forks source link

Fix revPut and Tagged docs #51

Closed KingoftheHomeless closed 5 years ago

KingoftheHomeless commented 5 years ago

revPut was the same as revGet. This mistake makes me mad, because I had written the proper definition, and even confirmed it during a double-check. Perhaps while working on RevState I reverted to an older version of the file for some reason.

@isovector Is this worth an v0.6.0.1 release? revPut is the least important of all RevState's methods; you'd typically use revModify instead (since you can't do revGet >>= revPut . f without getting into an infinite loop).

isovector commented 5 years ago

Nice catch. Yeah, i'll push out 0.6.0.1.

KingoftheHomeless commented 5 years ago

@isovector Reminder to push out 0.6.0.1

isovector commented 5 years ago

done