We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
第四章:函数式编程 节 这一小节中有如下文字
之前提到过,通过使用反括号来包围一个函数,可以将这个函数用作中序操作符。这种用法可以让节使用函数: Prelude> :type (`elem` ['a' .. 'z']) (`elem` ['a' .. 'z']) :: Char -> Bool
之前提到过,通过使用反括号来包围一个函数,可以将这个函数用作中序操作符。这种用法可以让节使用函数:
Prelude> :type (`elem` ['a' .. 'z']) (`elem` ['a' .. 'z']) :: Char -> Bool
原文是
Recall that we can wrap a function name in backquotes to use it as an infix operator. This lets us use sections with functions.
其中将 backquotes 翻译成 反括号,但是这个叫反引号应该更直观吧,还是有什么说法。
backquotes
反括号
The text was updated successfully, but these errors were encountered:
@huangz1990
Sorry, something went wrong.
No branches or pull requests
第四章:函数式编程 节 这一小节中有如下文字
原文是
其中将
backquotes
翻译成反括号
,但是这个叫反引号应该更直观吧,还是有什么说法。The text was updated successfully, but these errors were encountered: