gpt4 book ai didi

haskell 镜头 : Prism over maybes

转载 作者:行者123 更新时间:2023-12-03 21:06:26 28 4
gpt4 key购买 nike

我有那些镜头:

getB :: Lens' A (Maybe B) 

getC :: Prism' B C

如何从 A 中提取 Maybe C?我能找到的最好的:

case A ^. getB of
Just b -> b ^? getC
Nothing -> Nothing

还有更优雅的吗?

最佳答案

_Just :: Prism' (Maybe a) a

_Just 棱镜会让您了解可能的值(value)。

a ^? getB . _Just . getC

关于 haskell 镜头 : Prism over maybes,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66456789/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com