No description
Find a file
2025-04-16 14:51:12 +02:00
generics fix bug in polymorphic types (when creating a tuple of two empty lists, there was only one type variable (the type of the list), whereas each list could have a different type, so there should be two type variables) + make type variables look nicer 2025-04-04 10:04:40 +02:00
lib interactive prompt can handle polymorphic types 2025-04-02 15:49:43 +02:00
primitives interactive prompt can handle polymorphic types 2025-04-02 15:49:43 +02:00
scripts experiment with encoding of read- and write-dependencies 2025-04-16 14:51:12 +02:00
structures fix bug in polymorphic types (when creating a tuple of two empty lists, there was only one type variable (the type of the list), whereas each list could have a different type, so there should be two type variables) + make type variables look nicer 2025-04-04 10:04:40 +02:00
typeclasses interactive prompt can handle polymorphic types 2025-04-02 15:49:43 +02:00
util interactive prompt can handle polymorphic types 2025-04-02 15:49:43 +02:00
.gitignore add interactive prompt 2025-03-20 09:54:11 +01:00
package.json add purely functional red-black tree benchmark 2025-04-14 18:25:09 +02:00
pnpm-lock.yaml add purely functional red-black tree benchmark 2025-04-14 18:25:09 +02:00
progress.txt wip 2025-03-23 09:15:37 +01:00
stdlib.js interactive prompt can handle polymorphic types 2025-04-02 15:49:43 +02:00
type_constructor.js interactive prompt can handle polymorphic types 2025-04-02 15:49:43 +02:00
typed.js interactive prompt can handle polymorphic types 2025-04-02 15:49:43 +02:00