MONAD in Chinese translation

Examples of using Monad in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
On the left side of the diagram, you have a monad value(e.g., an action, a list) and a function.
在图的左侧,有一个monad值(如操作,列表等)和一个函数。
A monad is just a monoid in the category of endofunctors on Hask.
一个Monad仅仅是自函子(endofunctor)范畴中的一个monoid.
Once again, the bind function's arguments are a monad(in this case, a Maybe value) and a function.
同样的,bind函数的实参是一个monad(在该情况下,是一个Maybe值)和一个函数。
A Monad is an abstract data type used to represent control flows or computations.
一个单体是一个用来反映控制流程或者运算的抽象数据类型。
In addition to Swift's optional type, the Result enumeration defined in Chapter 8 is also a monad.
除了Swift的可选值类型之外,第八章中定义的枚举Result也是一个单子
When you formalize this idea, the action type becomes a monad type.
当你形式化地描述这个想法的时候,这个操作类型就变成了一个monad类型。
Her ascension gun was still, as far as she knew, attached to the monad, nearly a kilometer from her present position.
她的升空枪还在,据她所知,依附于单子,离她现在的位置近一公里。
The bind function may not be easy to understand, but the other function that a monad must have is fairly simple.
Bind函数可能没有很好理解,但是另一个作为一个monad必须有的函数却很好懂。
Any type that has a bind function(and one other function that I describe toward the end of this article) is a monad.
任何有bind函数(和另一个我将在文末描述的函数)的类型就是一个monad
A monad is a functor M: C→ C{\displaystyle M: C\to C}, along with two morphisms[2] for every object X in C.
Monad是一个函子:M:C->C,并且对C中的每一个对象x以下两个态射:.
God is understood to be not an absolute unity or monad, but a composite unity, a Trinity of Father, Son, and Holy Spirit.
上帝被理解为不是一个绝对的统一体或单子,而是一个复合的统一体,父、子、圣灵的三位一体。
The container metaphor is useful because, once a value is associated with a monad, we like to keep that value attached to the monad.
容器的隐喻是有用的,因为一旦一个值与一个monad相联系,我们喜欢把这个值附加到monad上,并会防止相关值跑到monad容器之外。
By 2002 Microsoft had started to develop a new approach to command line management, including a CLI called Monad(also known as Microsoft Shell or MSH).
微软在2002年就已经着手开发一种新的命令行管理方法,其中就包括称为Monad(也被称为MicrosoftShell或MSH)的CLI。
With a monad's bind function, a stateful value gets passed from one monad to another, always staying inside of monad(instead of being handled explicitly).
用了monad的bind函数后,状态值会从一个monad传递给下一个,而且始终在monad中(而非明确地在代码中被处理).
Monads provide an elegant tool to do this translation.
单子提供了一种优雅的工具来实现这种转换。
These techniques include continuations, monads, and uniqueness typing.
这些技巧包括:continuations,monads,还有uniquenesstyping。
Here's what most newcomers know about monads.
以下是大部分初学者对于monads的了解:.
Today I want to talk about the next step: monads.
但今天,我们想谈谈下一步:Flutter
Monads are a generalization of functions, function application, and function composition to allow them to deal with richer notions of computation than standard functions.
Monad是函数,函数应用和函数复合的泛化,使它们能够处理比标准函数更为丰富的计算概念。
Monads are truly one of the most amazing ideas in programming languages, and are well worth learning.
Monad是编程语言中最令人惊叹的思想之一,非常值得学习。
Results: 59, Time: 0.0474

Top dictionary queries

English - Chinese