logo
首页技术栈工具库讨论
lensref

lensref

The lensref package provides and interface an two implementation for references which can be joined and on which lenses can be applied. The pure implementation is slow and has memory leaks but probably easier to follow. This is the reference implementation, so if the the other implementation differs this has the right behaviour. The fast implementation is intended for real usage. Status: The interface is getting stable. You can expect more functionality and minor changes on current functionality. There are test cases for the first half of the interface. Both implementations fulfil the test cases. The pure implementation is ready. The fast implementation is much faster than the pure implementation, but it is far from being as fast as possible. Probably it also leaks memory. To see what is possible to do with lens references, look at the test cases in Data.LensRef.Test For more information visit the following links: haskell.org wiki page Wordpress blog GitHub repository Haddock documentation (this page)
由 
bruceshi2021-01-14 收录
--
推荐
不推荐
更多信息
GitHub icondivipp/lensref35
HACKAGE
carbal install lensref
查看
标签
根据用户添加的标签生成
暂无标签