From d286258f7c05b1a98f9a9aea388690a85246fd87 Mon Sep 17 00:00:00 2001 From: alyx Date: Wed, 8 Jun 2022 17:43:49 +0000 Subject: Type intersecting is fully implemented. --- index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index 5b0d7a3..9cac405 100644 --- a/index.html +++ b/index.html @@ -42,6 +42,27 @@
+
+

June 8, 2022 - + typedef + (you|me) + Frosty;

+
+
    +
  • Continued work on type inference logic.
  • +
      +
    • as well as plenty of methods for computing intersections between them.
    • +
    • But actually now! The intersect(T1,T2) function generates the intersection between 2 types.
    • +
    • Support exists for things as dense as nested unions, even.
    • +
    • As Always:
    • +
        +
      • You can view it at types.html, by opening the DevTools console or reading the table.
      • +
      • The actual logic is contained in /lib/types.js.
      • +
      +
    +
  • Adjusted the frosted glass a bit.
  • +
+

June 6, 2022 - Just the same as you and me!


-- cgit v1.2.3-54-g00ecf