We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29da74 commit a7dcda2Copy full SHA for a7dcda2
components/core/Effectful/Zoo/DataLog/Api.hs
@@ -19,7 +19,7 @@ import GHC.Stack qualified as GHC
19
import HaskellWorks.Prelude
20
import System.IO qualified as IO
21
22
-dataLog :: ()
+dataLog :: forall i r. ()
23
=> HasCallStack
24
=> r <: DataLog i
25
=> i
0 commit comments