jonludlam / odoc

Documentation compiler for OCaml and Reason
Other
0 stars 0 forks source link

Don't raise in Expand_tools #23

Closed Julow closed 4 years ago

Julow commented 4 years ago

Remove exceptions in Expand_tools and use the result type instead.

I added an Utils module and moved ResultMonad from Tools in it. My work until now use the bind operator on result a lot, what do you think ?