Warnings (locked, moved to epic #398) #305
Locked
OAGr
started this conversation in
Squiggle Improvement Proposal
Replies: 3 comments
-
Still the same philosophy as result tho, right, but success is a tuple. type ourResult<('a, 'b), 'c> =
| Ok((x, y))
| Error(z)
|
Beta Was this translation helpful? Give feedback.
0 replies
-
(I just spoke about this with @quinn-dougherty . We discussed making |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moved to #398 (the epic) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now Squiggle-lang occasionally returns errors. It should also return warnings.
For example:
This would require us to have something more advanced than our current
result<>
type.Beta Was this translation helpful? Give feedback.
All reactions