automan-lang / AutoMan

Human-Computation Runtime
https://docs.automanlang.org
GNU General Public License v2.0
47 stars 12 forks source link

AutoMan result types should be discriminated unions #20

Closed dbarowy closed 9 years ago

dbarowy commented 9 years ago

and the user should have to pattern-match on them. This would address Issue #16 as well as forcing users to address outcomes that currently cause exceptions (e.g., OverBudgetException).

dbarowy commented 9 years ago

Done many commits ago, and finally tested and working in ef0bdbb9f4d61513cdc6575a81f7785ac1dc1480.