Skip to content
New issue

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

backquote 翻译 #158

Open
Ynjxsjmh opened this issue Sep 8, 2019 · 1 comment
Open

backquote 翻译 #158

Ynjxsjmh opened this issue Sep 8, 2019 · 1 comment

Comments

@Ynjxsjmh
Copy link

Ynjxsjmh commented Sep 8, 2019

第四章:函数式编程 节 这一小节中有如下文字

之前提到过,通过使用反括号来包围一个函数,可以将这个函数用作中序操作符。这种用法可以让节使用函数:

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 翻译成 反括号,但是这个叫反引号应该更直观吧,还是有什么说法。

@alingse
Copy link

alingse commented Sep 15, 2022

@huangz1990

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants