apoch / epoch-language

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

Algebraic data types #130

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Support for discriminated unions should be added. Things like "could be a Foo 
or a Bar" should be possible, to support contractual programming and other 
nifty stuff along those lines.

The full extent of possibilities here needs to be explored carefully.

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

GoogleCodeExporter commented 9 years ago
Basic implementation completed; will explore additional possibilities as the 
need arises.

Original comment by don.ap...@gmail.com on 29 Apr 2012 at 4:53