dope2/structures
2025-04-04 10:04:40 +02:00
..
function.js turn the function for creating new types (or type constructors) into a DOPE function 2025-03-31 17:35:30 +02:00
list.js interactive prompt can handle polymorphic types 2025-04-02 15:49:43 +02:00
nominal.js interactive prompt can handle polymorphic types 2025-04-02 15:49:43 +02:00
product.js interactive prompt can handle polymorphic types 2025-04-02 15:49:43 +02:00
set.js interactive prompt can handle polymorphic types 2025-04-02 15:49:43 +02:00
sum.js interactive prompt can handle polymorphic types 2025-04-02 15:49:43 +02:00
types.js 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
versioned.js interactive prompt can handle polymorphic types 2025-04-02 15:49:43 +02:00