|
|
|
|
|
by kibwen
3890 days ago
|
|
> much to my disappointment as I'm just learning rust
Then prepare to be disappointed by Haskell as well, where the equivalent function is called `fromJust`. :PBoth languages discourage the use of these constructs, but they exist for good reasons. |
|
Curious, what are your good reasons for fromJust in Haskell?