Skip to content
Snippets Groups Projects
Commit 0bf1878b authored by Jens Nolte's avatar Jens Nolte
Browse files

Replace all instances of `return` with `pure`

Due to the accepted "monad of no return" proposal, return becomes an
alias for pure. Return can be a pitfall for newcomers, so we decided to
use pure instead.
parent 65baf056
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment