There was an error while loading. Please reload this page.
1 parent de4350f commit ca5226eCopy full SHA for ca5226e
tutorials/4ch.md
@@ -120,8 +120,8 @@ module MathServer
120
, launchMathServer
121
) where
122
123
-import Control.Distributed.Process.ManagedProcess
124
-import Control.Distributed.Process.Extras.Time
+import Control.Distributed.Process.ManagedProcess -- from the package `distributed-process-client-server`
+import Control.Distributed.Process.Extras.Time -- from the package `distributed-process-extras`
125
import .... -- elided
126
127
-- We keep this data-type hidden from the outside world, and we ignore
0 commit comments