Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump base to 4.19 #310

Closed
wants to merge 10 commits into from
Closed
Prev Previous commit
Next Next commit
FIXME
turion committed May 12, 2024
commit 4951fa01bb5399268570ef7fe9cf1552f41d27da
1 change: 1 addition & 0 deletions automaton/src/Data/Stream/Except.hs
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@ import Data.Stream.Final.Except
import Data.Stream.Optimized (OptimizedStreamT, applyExcept, constM, selectExcept)
import Data.Stream.Optimized qualified as StreamOptimized

-- FIXME basic haddocks in this file
data StreamExcept a m e
= -- | When using '>>=', this encoding needs to be used.
FinalExcept (Final (ExceptT e m) a)