Closed np closed 8 years ago
finally
Control.Monad.Except.Missing
formH
Servant.Missing
MonadAction
Action
for_
mapM_
$>
>>
return
.=
modify
.~
%=
%~
use
gets
^.
preuse
^?
switchTab
switchTab'
This is a considerable improvement, thanks! I fixed a typo and eliminated a FIXME. If you have no objections you can merge.
finally
into the new moduleControl.Monad.Except.Missing
formH
into the new moduleServant.Missing
MonadAction
context synonym to be used instead of some occurrences ofAction
for_
instead ofmapM_
when this reads better$>
instead of>>
andreturn
.=
instead ofmodify
and.~
%=
instead ofmodify
and%~
use
instead ofgets
and^.
preuse
instead ofgets
and a manual version of^?
switchTab
andswitchTab'