Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1e7245e

Browse files
committedFeb 20, 2025·
headless: Add MonadThrow (Performable m)
1 parent 0166290 commit 1e7245e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/Reflex/Host/Headless.hs

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ type MonadHeadlessApp t m =
3030
, MonadIO (Performable m)
3131
, MonadIO m
3232
, MonadRef (HostFrame t)
33+
, MonadSample t (Performable m)
34+
, MonadSample t m
35+
, MonadThrow (Performable m)
36+
, MonadThrow m
3337
, NotReady t m
3438
, PerformEvent t m
3539
, PostBuild t m

0 commit comments

Comments
 (0)
Please sign in to comment.