Define a primitive data type: Difference between revisions

m
(Added Oz.)
Line 632:
 
=={{header|Oz}}==
Normally new data types are implemented as classes or as abstract datatypesdata types in modules. We cannot extend operators, though.
 
In this case we are lucky. As a feature of constraint programming we can easily constrain the domain of integers.
Anonymous user