= 更改它? 最佳答案 post "/introduceAnIdea" $ jsonData >>= (j-6ren">
gpt4 book ai didi

haskell - 将 do by >>= 替换为 scotty post

转载 作者:行者123 更新时间:2023-12-03 12:33:03 27 4
gpt4 key购买 nike

post "/introduceAnIdea"  $ do
command <- jsonData
json $ handle command

您将如何删除 do 并使用 >>= 更改它?

最佳答案

post "/introduceAnIdea" $ jsonData >>= (json . handle)

我认为在这种情况下不一定会更好。

关于haskell - 将 do by >>= 替换为 scotty post,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52147265/

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