apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Type constraints #131

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Consider adding different forms of type constraints; this is distinct from 
algebraic data types in that it is intended to affect *values* moreso than 
*types*.

For instance, numeric ranges would be nice; dimensional analysis could be cool; 
and so on.

Original issue reported on code.google.com by don.ap...@gmail.com on 15 Feb 2012 at 8:06