问题标签 [hayoo]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
haskell - 如何使用 hayoo / hoogle 查找`toStrict :: Text -> Text`
我试图找到toStrict
type 的函数Data.Text.Lazy.Text -> Data.Text.Text
,但我不知道 a) 它叫什么,b) Lazy 模块名称到底是什么。
搜索 HayooText -> Text
会带来很多结果。有没有办法搜索像这样的签名*Lazy*Text -> Text
?
搜索Data.Text.Lazy.Text -> Text
不会产生任何结果。
我应该如何(lazy) Text -> (strict) Text
使用 hayoo、hoogle 或 ... 查找类型的函数?
haskell - Hayoo/Hoogle 不匹配单态/少多态签名与多态签名
例如,我试图了解 Hoogle 和 Hayoo 不匹配是否有根本原因
至
恰好是以下类型Control.Arrow.***
:
——这可能只是一些尚未实现的东西,还是有一些基本的东西阻止了这种基于类型的搜索的实现?