MAYBE in English translation

maybe
có lẽ
có thể
chắc
có lẽ là

Examples of using Maybe in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Bây giờ khi đã biết cách đưa một giá trị Maybe a vào một hàm có kiểu a-> Maybe b trong khi vẫn tính đến ngữ cảnh của việc tính toán thất bại có thể xảy ra thì hãy xem cách mà ta có thể dùng>>= lặp đi lặp lại để xử lý nhiều giá trị Maybe a cùng lúc.
Now that we know how to feed a Maybe a value to a function of type a-> Maybe b while taking into account the context of possible failure, let's see how we can use>>= repeatedly to handle computations of several Maybe a values.
Maybe là một functor áp dụng sao cho khi ta dùng<*> để áp dụng một hàm ở trong một Maybe lên một giá trị vốn nằm trong một Maybe, thì chúng phải cùng là các giá trị Just nếu muốn có kết
Maybe is an applicative functor in such a way that when we use<*> to apply a function inside a Maybe to a value that's inside a Maybe, they both have to be Just values for the result to be a Just value,
Bằng cách biến những giá trị như vậy thành giá trị Maybe rồi thay thế những áp dụng thông thường bằng>>=, thì tự nhiên
By turning those values into Maybe values and replacing normal function application with>>=, we got a mechanism for handling failure pretty much for free,
Nếu như Maybe được dành cho các giá trị kèm theo ngữ cảnh thất bại,
Whereas Maybe is for values with an added context of failure and the list is for non-deterministic values,
True-- non- nullary type constructor with one non- nullary data constructor data Point a= Point a a-- non- nullary type constructor with… data Maybe a= Nothing--… nullary data constructor|
constructors data Bool= False| True-- non-nullary type constructor with one non-nullary data constructor data Point a= Point a a-- non-nullary type constructor with… data Maybe a= Nothing--… nullary data constructor|
Khi khám phá monad Maybe, ta đã lập nên hàm applyMaybe, vốn lấy một giá trị Maybe a và một hàm thuộc kiểu a-> Maybe b rồi đưa giá trị Maybe a đó vào trong hàm, ngay cả khi hàm nhận một a thông thường thay vì Maybe a.
When we were exploring the Maybe monad, we made a function applyMaybe, which took a Maybe a value and a function of type a-> Maybe b and fed that Maybe a value into the function, even though the function takes a normal a instead of a Maybe a.
Bây giờ, nếu bạn thêm Maybe Int đến một Maybe Int, toán tử sẽ kiểm tra xem chúng có vừa là Just Intbên trong, và nếu có, sẽ mở khóa Ints, chuyển cho họ toán tử cộng, kết quả lại Int vào một Just Int( đó là một giá trị Maybe Int), và do đó trả lại Maybe Int.
Now, if you add a Maybe Int to a Maybe Int, the operator will check to see if they are both Just Ints inside, and if so, will unwrap the Ints, pass them the addition operator, re-wrap the resulting Int into a new Just Int(which is a valid Maybe Int), and thus return a Maybe Int.
ứng phụ nào( như thất bại trong Maybe hoặc trả lại kết quả có tính không tất định cao hơn, đối với danh sách), mà lại biểu diễn một kết quả gì đó.
wraps it in a minimal context, it doesn't have any extra effect(like failing in Maybe or resulting in more non-determinism for lists) but it does present something as its result.
Khi ta xem Maybe như là một functor, ta thấy được
When we looked at Maybe as a functor, we saw that if we want to fmap a function over it,
Ta không thể đơn thuần đưa vào Maybe Pole vốn là kết quả của landRight 1( 0,0), vì vậy ta đã dùng>>= để lấy giá trị đó cùng với ngữ cảnh và đưa nó cho landLeft 2.>>= cho phép ta coi giá trị Maybe như là một giá trị kèm ngữ cảnh vì nếu ta đưa Nothing vào landLeft 2,
We couldn't just feed it the Maybe Pole that is the result of landRight 1(0,0), so we use>>= to take that value with a context and give it to landLeft 2.>>= does indeed allow us to treat the Maybe value as a value with context because if we feed a Nothing into landLeft 2,
MAYBE đồng nghĩa với PERHAPS hay POSSIBLY.
Maybe means perhaps or possibly.
AT MAYBE, CHÚNG TÔI THỰC SỰ TIN TỨC TRONG NHÂN DÂNChúng tôi nhiệt tình tin
AT MAYBE, WE REALLY BELIEVE IN PEOPLE We passionately believe that people and organisations are capable of much more;
vì vậy tôi không muốn trả nhiều tiền cho điều đó( MAYBE có thể bán đủ thứ để trả cho chi phí).
very limited audience(low traffic) so I don't want to pay much for that(MAYBE can sell enough stuff to pay for the overhead).
Maybe Ngược.
Maybe backwards.
Sử dụng Maybe.
Used maybe.
Maybe cái gì?
Maybe what?
Sử dụng Maybe.
Maybe just use maybe?
Maybe cũng là monoid.
Maybe is a monoid.
Maybe là một Monad?
But is Maybe a Monad?
Khuyết điểm: Maybe nothing.
Monstergetdown- maybe nothing.
Results: 496, Time: 0.0192

Top dictionary queries

Vietnamese - English