TYPECLASSES 日本語 意味 - 日本語訳 - 英語の例文

型クラスを
型クラスを駆使している

英語 での Typeclasses の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
But most operators in Cats are associated with typeclasses.
しかし、Catsの演算子の大半は型クラスに関連付けられている。
Support for using these typeclasses with the Scala standard library will be in the stdproject.
これらのクラスをScala標準ライブラリと併用するためのサポートはstdプロジェクトになる。
There's also a subtle difference in the behaviors of two typeclasses.
この2つの型クラスの振る舞いは微妙に異なるので注意が必要だ。
For whatever reason,Scalaz 7 does not enable typeclasses for Vectors using import Scalaz.
何故かScalaz7はVectorの型クラスをimportScalaz._に含めていない。
In 2010,Debasish Ghosh wrote series of blog posts on typeclasses.
年に、DebasishGhoshさんは型クラスに関するブログ記事シリーズを書いた。
Here's how to load all syntax for both the typeclasses and Scalaz's data structure:.
Syntaxパッケージ以下にある。以下が型クラスとScalazデータ構造のための全てのsyntaxを取り込む方法だ:。
In Scala, polymorphism can be achieved via both subtyping and typeclasses.
Scalaにおいて多相性はサブタイプ化と型クラスの両方によって実現することができる。
In Scala, defining typeclasses with trait would be the most flexible way of implementing the modules.
Scalaでは、traitを使った型クラスを定義することが最も柔軟なモジュールの実装方法だ。
Id Using Hoogle we can look up Haskell typeclasses.
IdHoogleを使ってHaskellの型クラスを調べることができる。例えば、Control.Monad
Typeclasses offer greater flexibility since the behavior can be added to existing data types without recompilation.
型クラスはコンパイル無しで既存のデータ型に振る舞いを追加できるためより高い柔軟性を提供する。
Day 3 Yesterday we started with defining our own typeclasses using simulacrum.
日目昨日はsimulacrumを使って独自の型クラスを定義することから始めて、。
Typeclasses define a set of functions that can have different implementations depending on the type of data they are given.
型クラスは,データ型によって異なる実装を持つことができる関数のセットを定義する.。
Arrow abstracts them all similar to the way other typeclasses abtracts containers.
他の型クラスがコンテナを抽象化するのと同様にArrowはこれらを抽象化する。
Typeclasses like Show[A] and Functor[F[_]] are implemented as trait, and are defined under the cats package.
Show[A]やFunctor[F[_]]のような型クラスはtraitとして実装されていて、catsパッケージ内で定義されている。だから、cats。
A highschool student wrote anadvent calendar explaning one Scalaz typeclasses a day.
高校生が毎日Scalazの型クラスを解説したadventcalendarもあった。
It will have atight core which will contain only the typeclasses and the bare minimum of data structures that are needed to support them.
これは、型クラスとそれらを補助する必要最低限のデータ構造だけを含んだタイトなコアを持つ予定だ。
Looks almost like the collection libraries, except it's taking advantage of typeclasses like Order.
コレクションライブラリさながらだけど、Orderなどの型クラスを駆使している
Day 1 typeclasses 101 Learn You a Haskell for Great Good says: A typeclass is a sort of interface that defines some behavior.
日目型クラス初級講座すごいHaskellたのしく学ぼう曰く:型クラスは、何らかの振る舞いを定義するインターフェイスです。
This approach has a niceside benefit of being able to use typeclasses for List[A] for Eq etc.
この方法の利点はList[A]にEqなどの型クラスが使えるなど、他の利点もある。
Yesterday we started with defining our own typeclasses using simulacrum, and ended with checking for functor laws using Discipline.
昨日はsimulacrumを使って独自の型クラスを定義することから始めて、Disciplineを用いてFunctor則を検査するところまでみた。
Looks almost like the collection libraries, except it's taking advantage of typeclasses like Order. Let's try folding:.
コレクションライブラリさながらだけど、Orderなどの型クラスを駆使している。畳込みをやってみよう:。
Not only the typeclasses solves identity problem of the adapter, it also solves the extensibility problem by providing extension points if one wishes to customize XML data binding.
型クラスはadapterパターンのアイデンティティー問題を解決するだけでなく,XMLデータバインディングをカスタマイズするための拡張ポイントを提供し,拡張問題も解決することができた.暗黙のパラメータに基づいているため,DataRecordもコンパニオン・。
Foldable comes with some useful functions/operators, many of them taking advantage of the typeclasses. Let's try the fold.
Foldableはいくつかの便利な関数や演算子がついてきて、型クラスを駆使している。まずはfold。
In 2011, Mathias(known for spray), split out JSON AST from Dispatch, typclasses from sjson, and added his own PEG parser for JSON, and created spray-json. Similarly, when Play 2.0 added the initial JSON support for Scala it was initially based on Dispatch AST and sjson,but it quickly added its own AST and typeclasses.
年には、(sprayで知られる)MathiasさんがDispatchのJSONAST、sjsonの型クラス、さらに独自のJSONPEGパーサを実装してspray-jsonを作った。同様に、Play2.0がScalaのためのJSONサポートを追加した当初はDispatchASTとsjsonから出発して、その数日以内には独自のASTと型クラスを追加している。
Unlike Haskell's standard Monad,Cats' Monad is more granularly designed with the hindsight of weaker typeclasses.
Haskell標準のMonadと違ってCatsのMonadは後知恵であるより弱い型クラスを用いた粒度の高い設計となっている。
Similarly, when Play 2.0 added the initial JSON support for Scala it was initially based on Dispatch AST and sjson,but it quickly added its own AST and typeclasses.
同様に、Play2.0がScalaのためのJSONサポートを追加した当初はDispatchASTとsjsonから出発して、その数日以内には独自のASTと型クラスを追加している。
結果: 26, 時間: 0.023

トップ辞書のクエリ

英語 - 日本語