diff --git a/rhine/src/FRP/Rhine/ClSF/Except.hs b/rhine/src/FRP/Rhine/ClSF/Except.hs index 4266dbc6..e9b33f05 100644 --- a/rhine/src/FRP/Rhine/ClSF/Except.hs +++ b/rhine/src/FRP/Rhine/ClSF/Except.hs @@ -86,6 +86,8 @@ throwMaybe = proc me -> case me of -- * Monad interface +-- FIXME docs + {- | A synchronous exception-throwing signal function. It is based on a @newtype@ from Dunai, 'AutomatonExcept', to exhibit a monad interface /in the exception type/.