This website requires JavaScript.
Explore
Help
Sign in
research
/
dope2
Watch
1
Star
0
Fork
You've already forked dope2
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
7a5b9d4f38
dope2
/
structures
History
Download ZIP
Download TAR.GZ
Joeri Exelmans
342d4b34ef
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
..
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