Skip to content

Commit 29cd120

Browse files
authored
Merge pull request #523 from reflex-frp/aa/host-monadthrow-performable
headless: Add MonadThrow (Performable m)
2 parents 7d7bf20 + 624d5fd commit 29cd120

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Reflex/Host/Headless.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ type MonadHeadlessApp t m =
3939
, MonadSample t (Performable m)
4040
, MonadSample t m
4141
, MonadThrow m
42+
, MonadThrow (Performable m)
4243
, NotReady t m
4344
, PerformEvent t m
4445
, PostBuild t m

0 commit comments

Comments
 (0)