Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
H、
パターンマッチングをしようとしていますが、関数への入力はカリー化された関数ですが、どうすればそのようなパターンマッチングを行うことができますか?
誰かが私にいくつかの例を見せてもらえますか?
私があなたを正しく理解しているなら、あなたはあなたが入力として得る関数とパターンマッチしようとしていますか?
それは不可能です。関数には構造がないので、それを試してみるのはあまり意味がありません。
I have List<QueueItem> QueueItemList list of objects. I am filtering the objects list by object property Status and assign filtered list to processingList. If I w
List<QueueItem> QueueItemList
Status
processingList