diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2021-11-08 20:29:56 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2021-11-08 20:29:56 +0200 |
| commit | 9d1fd6a32f4dcac980316ff12331a3377328f7ea (patch) | |
| tree | 8f9e2575e222485ce882de14b3d6aec7e2c1c823 /src/Main.elm | |
| parent | 555bfcae5aa9e834f19ca2e208a6c4b550ad3d62 (diff) | |
Diffstat (limited to 'src/Main.elm')
| -rw-r--r-- | src/Main.elm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Main.elm b/src/Main.elm index b48f442..6f3d841 100644 --- a/src/Main.elm +++ b/src/Main.elm @@ -97,13 +97,13 @@ main = * Declarative & reactive, VDOM based - * Elm architecture ~= Redux state architecture + * Elm architecture ≈ Redux state architecture * Similar typing experience: - * TS interfaces ~= Elm record type aliases + * TS intersection types ≈ Elm records - * TS union & intersection types ~= Elm "custom types" (algebraic types) + * TS union types ≈ Elm custom types """ , md """ @@ -152,7 +152,7 @@ main = """ , md """ - ## Elm architecture ~= Redux state architecture + ## Elm architecture ≈ Redux state architecture Redux + Redux Saga (left) vs Elm (right): @@ -166,7 +166,7 @@ main = """ , md """ - ## Similar typing experience: TS interfaces ~= Elm record type aliases + ## Similar typing experience: TS intersection types ≈ Elm records TS: @@ -193,7 +193,7 @@ main = """ , md """ - ## TS union & intersection types ~= Elm "custom types" (algebraic types) + ## TS union types ≈ Elm custom types TS: |
