gpt4 book ai didi

haskell - 使用 -hy 进行 GHC 堆分析 - 什么是 *(星号)?

转载 作者:行者123 更新时间:2023-12-03 16:11:42 32 4
gpt4 key购买 nike

当我使用 -hy 标志来分析我的程序的堆使用情况时

./prog +RTS -hy

经常看到构造函数 *在结果中,以及其他构造函数,例如 []Word8 .

什么类型 *在这种情况下?是否与 kinds有关?

最佳答案

引自 Real World Haskell :

There's also some heap allocated data of unknown type (represented as data of type "*").



而在 GHC User's Guide :

For closures which have function type or unknown/polymorphic type, the string will represent an approximation to the actual type.



所以,这基本上意味着分析没有足够的信息来判断它是什么类型。

关于haskell - 使用 -hy 进行 GHC 堆分析 - 什么是 *(星号)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24966628/

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