Skip to content

Commit 11eb81f

Browse files
committed
Add Dummy for a missing IO specialisation
1 parent 6896c91 commit 11eb81f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Dummy.hs

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module Dummy (dummy) where
2+
3+
dummy :: Monad m => m ()
4+
dummy = return ()

0 commit comments

Comments
 (0)