mdiep / Logician

Logic programming in Swift
MIT License
194 stars 10 forks source link

Use Result #11

Open mdiep opened 8 years ago

mdiep commented 8 years ago

try/catch will work well in some places yet, but it'd be nice to have the types and it will enable some source improvements.

mdiep commented 8 years ago

This will have to wait, because I'm not sure how to model errors. 🤔