summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2021-11-08 20:29:56 +0200
committerJan Tuomi <jan.tuomi@valuemotive.com>2021-11-08 20:29:56 +0200
commit9d1fd6a32f4dcac980316ff12331a3377328f7ea (patch)
tree8f9e2575e222485ce882de14b3d6aec7e2c1c823 /src
parent555bfcae5aa9e834f19ca2e208a6c4b550ad3d62 (diff)
ChangesHEADmain
Diffstat (limited to 'src')
-rw-r--r--src/Main.elm12
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: