-
Updated
May 10, 2022 - JavaScript
functional-programming
Here are 6,893 public repositories matching this topic...
-
Updated
Jul 12, 2022
-
Updated
Jun 13, 2022 - JavaScript
-
Updated
Jul 18, 2022 - Scala
-
Updated
Jun 22, 2022 - TypeScript
-
Updated
Feb 27, 2022 - Ruby
-
Updated
May 17, 2022 - TeX
-
Updated
Jul 18, 2022 - TypeScript
-
Updated
Jul 14, 2022 - 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
Jul 18, 2022 - C++
-
Updated
Jun 8, 2022
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Jul 18, 2022 - Kotlin
-
Updated
Jun 26, 2022 - Shell
-
Updated
Jul 17, 2022 - TeX
-
Updated
Jul 16, 2022 - Kotlin
-
Updated
May 13, 2022 - Java
-
Updated
Jun 27, 2022 - CSS
-
Updated
Jul 15, 2022 - C#
-
Updated
Apr 22, 2022 - Haskell
-
Updated
Jul 17, 2022 - Java
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
Feb 18, 2022 - Kotlin
Should suppress --strict
warnings.
allow to limit/annotate tests in a similar way we have for js, native, etc. when run using graalvm native-image
add microsite?
See dotnet/fsharp#12432 (comment)
It's a good question - do you have a more specific repro of this problem please?
Just tested with the following demo:
[<EntryPoint>]
let main args =
let test1 () =
[ 3; 2; 1 ]
|> List.map (fun x -> x + 10)
|> List.sort
let test2 = [
for x in test1() do
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."
The colors given in ui/analyse/src/autoShape.ts by brollin are as follows:
#ea45d8
#22ac38
#168226
Convert these to HSL format and define them as sass variables alongside the error ones (
$c-blunder
, etc) in ui/common/css/theme/_default.scss. Check them with light theme, if they lack sufficient contrast move the previous color defs t