gpt4 book ai didi

haskell - 为什么此代码返回 Nothing 而不是抛出异常

转载 作者:行者123 更新时间:2023-12-02 06:15:20 25 4
gpt4 key购买 nike

你能解释一下为什么下面的代码返回 Nothing 而不是异常“零”吗?

Just 0 >>= (\ x -> if (x == 0) then fail "zero" else Just (x + 1) )

最佳答案

因为您正在使用 MonadMaybe 实例。此实例将 fail 定义为 Nothing

关于haskell - 为什么此代码返回 Nothing 而不是抛出异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36336186/

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