腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(30)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
哈斯克尔
PointFree
如何将接受l(元素列表)、n ( step )并返回selected元素列表的函数测试‘转换为
PointFree
函数?
浏览 3
修改于2016-12-17
得票数 1
回答已采纳
3
回答
haskell中的
Pointfree
风格编程
我有这个功能我想学习如何让它变得无关紧要。try f x = maybe x id (f x) transformationsApply :: Eq a => a -> ([a] -> [a]) -> ([([a], [a])] -> (
浏览 6
修改于2013-11-16
得票数 2
1
回答
为什么
pointfree
.io选择liftM2而不是liftA2?
最近,我在上为练习编写了一个解决方案,当我通过运行这个函数时我回来了:为什么
pointfree
.io
浏览 0
提问于2018-03-29
得票数 2
回答已采纳
2
回答
Haskell中的
Pointfree
函数-将参数转换为列表
我正在以无指针的方式查看Haskell中的一些函数。在尝试重写一些简单的示例时,我陷入了这个问题如何将参数转换成列表形式,这样我就不需要在左边写a b c了?
浏览 0
修改于2019-02-24
得票数 3
1
回答
依赖项注入
pointfree
.co.co-style:依赖项与依赖项?
我真的对
pointfree
.co团队设计的/ talked about依赖注入模式很感兴趣,在这个模式中,您有一个Environment结构,它包含所有依赖项的可变属性。
浏览 21
提问于2021-07-25
得票数 1
回答已采纳
2
回答
重写url,将querystring转换为目录路径,并从url中删除cgi脚本文件名和路径。
我正在尝试重写:repo.
pointfree
.net/darcsweb/darcsweb.cgi?] (2) [perdir /f5/
pointfree
/public/] strip document_root prefix: /f5/
pointfree
/public/werc/bin/werc.cgi] (2) [perdir /f5/
pointfree
/public
浏览 1
修改于2011-02-21
得票数 1
回答已采纳
1
回答
为Atom (原子- Haskell )配置haskell(堆栈)时出现的问题
> configure
pointfree
> build
pointfree
> Preprocessing library
pointfree
-1.1.1.6...<
浏览 2
修改于2020-03-13
得票数 2
回答已采纳
2
回答
无法找到安装的包
$ cabal install
pointfree
Configuring
pointfree
-1.0.4.3...Building
pointfree
-1.0.4.3...( Plugin/Pl/PrettyPrinter.hs, dist/build/
pointfree
/
pointfree
-tmp/Plugin/Pl/PrettyPrinter.o ) [4 of 7
浏览 2
修改于2017-02-19
得票数 2
回答已采纳
1
回答
过多功能的类型记录和具体处理--如何?
现在让我们来讨论一下这个函数:function
pointfree
<T,U>(fn: (x: T) => U): (src: Iterable<T>) => Iterable<U> return(src: any): any => null
浏览 1
提问于2018-11-09
得票数 0
回答已采纳
2
回答
haskell的无点式风格
在执行命令行下面的操作后,我尝试使用
pointfree
所有编译和安装的东西,但是当我在终端中输入
pointfree
时,它总是说没有这样的东西。
浏览 1
修改于2014-02-26
得票数 0
回答已采纳
1
回答
包括类型变量在内的类型级别计算
PolyKinds #-}{-# LANGUAGE ImpredicativeTypes #-} -- f ..> g = g . f | |
浏览 4
修改于2022-04-16
得票数 1
回答已采纳
3
回答
推导这个无点代码的步骤是什么?
我查看了一些代码,并发现了以下gem,我敢打赌它是
pointfree
输出的复制粘贴:import Control.Monad (liftM2)以下是我怀疑它来自
pointfree
的原因(输出来自GHCI,:pl别名为
pointfree
):coordinates = liftM2
浏览 3
提问于2014-11-19
得票数 7
回答已采纳
2
回答
如何使用imagemagick对文本进行着色?
目前我只是简单地使用: convert input.jpg -font /usr/share/fonts/truetype/
pointfree
/
pointfree
.ttf -pointsize 15
浏览 0
提问于2012-05-08
得票数 0
回答已采纳
2
回答
Haskell的if‘函数在哪里?
如果在代码
pointfree
上使用,则得到的答案是if'。 if'是在哪里定义的?
浏览 9
提问于2015-04-18
得票数 6
回答已采纳
2
回答
Haskell的\x -> (x,x)等价于join (,)的派生是什么?
根据
pointfree
相当于:说明这一点的推导是什么?
浏览 2
修改于2015-06-16
得票数 21
回答已采纳
3
回答
在Haskell中,无点函数的先决条件是什么?
-- This can be made
pointfree
quite easily: let lengths' = map lengthagreeLen x y = length $ takeWhile id $ zipWith (==) x y -- This may look like it can easily be made
pointfree
浏览 5
修改于2017-05-23
得票数 4
回答已采纳
1
回答
“等效函数”搜索(函数使用演绎)
一些工具(例如
pointfree
)告诉我们,如果存在一些与代码等价的函数,那就太好了。在一般情况下,该工作看起来是NP-完全的(子图同构),但在某些情况下可能是实用的。使用
pointfree
样式:sum 是否存在这样的工具?
浏览 5
提问于2015-12-01
得票数 1
回答已采纳
1
回答
从流动中创建期货composePipe函数
//
pointfree
const composePipe
浏览 7
提问于2020-01-30
得票数 0
回答已采纳
1
回答
用Swift包替换Xcode项目,同时保持相同的GitHub代码库?
我目前正在将我的Xcode项目重构为一个包含多个模块的Swift包,我使用XCWorkspace (有点像
Pointfree
的)将它与一个轻量级的Xcode项目组合在一起。
浏览 10
提问于2021-06-13
得票数 0
回答已采纳
1
回答
Haskell/Frege <=<和=<<结合性
当我在
pointfree
.io上乱搞找出如何制作类似的东西时,我发现了这一点。
浏览 4
提问于2016-10-06
得票数 5
回答已采纳
第 2 页
领券