-
Updated
Feb 8, 2021 - JavaScript
functional-programming
Here are 5,542 public repositories matching this topic...
-
Updated
Jan 13, 2021
-
Updated
Jan 16, 2021 - JavaScript
-
Updated
Feb 13, 2021 - Scala
-
Updated
Jan 14, 2021 - TypeScript
-
Updated
Feb 10, 2021 - TeX
-
Updated
Feb 25, 2020 - Ruby
-
Updated
Feb 12, 2021 - Swift
看了fish-redux的todoList demo,发现里面连接全局状态的方法是使用visitor
visitor: (String path, Page<Object, dynamic> page) {
/// 只有特定的范围的 Page 才需要建立和 AppStore 的连接关系
/// 满足 Page<T> ,T 是 GlobalBaseState 的子类
if (page.isTypeof<GlobalBaseState>()) {
/// 建立 AppStore 驱动 PageStore 的单向数据连接
/// 1. 参数1 AppStore
/// 2. 参数2 当 AppStore.state 变化时, PageStore.state 该如何变化
Animated List
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Feb 14, 2021 - TypeScript
-
Updated
Feb 12, 2021 - Java
-
Updated
Aug 1, 2020 - Shell
Show[Throwable]
I just came across the fact that a Show[Throwable]
exists.
- It is not wired up into
import Scalaz._
, one needs toimport scalaz.std.java.throwable._
- It discards the stack trace entirely.
What's going on with this? :D
Is it OK if I fix both of these (for 7.2 and 7.3)?
-
Updated
Sep 26, 2020 - CSS
-
Updated
Feb 14, 2021 - Java
-
Updated
Feb 12, 2021 - Shell
-
Updated
Feb 15, 2021 - Java
-
Updated
Feb 13, 2021 - C++
-
Updated
Feb 14, 2021 - Haskell
-
Updated
Feb 12, 2021 - C#
add microsite?
Should suppress --strict
warnings.
-
Updated
Nov 2, 2020 - Kotlin
-
Updated
Jan 11, 2021 - Haskell
We just merged support for generating values of types from the refined
library through the zio-test-refined
module thanks to work from @afsalthaj and @pierangeloc .
This ticket is to go through all refined types defined in the refined
library and make sure that we have a corresponding generator for them. This ticket can potentially be worked on by multiple people, so a good first step wou
-
Updated
Jul 20, 2020 - HTML
-
Updated
Feb 15, 2021 - F#
Improve this page
Add a description, image, and links to the functional-programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the functional-programming topic, visit your repo's landing page and select "manage topics."