ITADN
首页
AIGC
博客文章
GIT库
资源下载
C龙虾
程序订做
联系我们
purescript-contrib/purescript-book
/
Issues
Chapter 13, Testing Polymorphic Code
#475
Open
mkohlhaas
创建于 2024-11-15
M
mkohlhaas
commented
This ```PureScript ints :: Array Int -> Array Int ints = id ``` should be ```PureScript ints :: Array Int -> Array Int ints = identity ```
0 条评论