dope2/structures
2025-04-17 16:48:17 +02:00
..
enum.js move test to separate file 2025-04-17 16:48:17 +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 restructure code a bit, add comparison functions for primitive types and composed types (needed to put values in sets) 2025-04-17 15:11:06 +02:00
product.js add enum type (generalization of sum-type) 2025-04-17 16:10:00 +02:00
set.js restructure code a bit, add comparison functions for primitive types and composed types (needed to put values in sets) 2025-04-17 15:11:06 +02:00
struct.js add enum type (generalization of sum-type) 2025-04-17 16:10:00 +02:00
sum.js add enum type (generalization of sum-type) 2025-04-17 16:10:00 +02:00
types.js can auto-generate comparison functions for composed types 2025-04-17 16:43:28 +02:00