gpt4 book ai didi

haskell - 如何拆箱数据类型?

转载 作者:行者123 更新时间:2023-12-02 06:32:36 24 4
gpt4 key购买 nike

我有以下代码片段:

newtype SomeType = SomeType [(Int,Double)]
deriving (Eq,Show)

我的函数接受 SomeType。如何遍历列表的每个元素?

最佳答案

无论 SomeType 声明为 data 还是 newtype,过程都是相同的:您只需对其进行模式匹配即可。

my_function (SomeType list) = ...

关于haskell - 如何拆箱数据类型?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29964600/

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