Investigate Bits instance on Array CBool
@chessai がすでに取り組んでいます。
2019年11月7日 から。
評価
この issue はまだ評価されていません。
説明
Theoretically, there's no reason this can't be supported.
instance Bits (ArrayFire CBool) where
(.&.) = A.and
(.|.) = A.or
xor = A.bitXor
shiftL x n = A.shiftL x (scalar n)
shiftR x n = A.shiftR x (scalar n)
Still need to look into implementing the following:
(rotate | rotateL, rotateR), bitSize, bitSizeMaybe, isSigned, testBit, bit, popCount
- 主要言語
- Haskell
- スター
- 60
- フォーク
- 5
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
arrayfire/arrayfire-haskell のほかの issue
-
難易度 4/5 3〜5日 初心者へのやさしさ 20/100
-
難易度 5/5 1週間以上 初心者へのやさしさ 15/100
arrayfire/arrayfire-haskell#53 · コメント 1 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 25/100
-
documentation enhancement ops
arrayfire/arrayfire-haskell#48 · 担当者 1 名 ·
-
ArrayFire benchmarks オープンenhancement good first issue help wanted
arrayfire/arrayfire-haskell#38 · コメント 10 件 · 担当者 2 名 ·
arrayfire/arrayfire-haskell の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
zip-archive-0.5 オープン
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
commercialhaskell/stackage#8124 · コメント 1 件 ·
-
chore
難易度 1/5 1時間未満 初心者へのやさしさ 91/100
alunduil/alunduil-chezmoi#792 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
haskellfoundation/haskellfoundation.github.io#637 · コメント 2 件 ·
-
難易度 1/5 1時間未満 初心者へのやさしさ 85/100
koalaman/shellcheck#3539 ·