Skip to content

Commit ca5226e

Browse files
committed
add the package name in comments
1 parent de4350f commit ca5226e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tutorials/4ch.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ module MathServer
120120
, launchMathServer
121121
) where
122122

123-
import Control.Distributed.Process.ManagedProcess
124-
import Control.Distributed.Process.Extras.Time
123+
import Control.Distributed.Process.ManagedProcess -- from the package `distributed-process-client-server`
124+
import Control.Distributed.Process.Extras.Time -- from the package `distributed-process-extras`
125125
import .... -- elided
126126

127127
-- We keep this data-type hidden from the outside world, and we ignore

0 commit comments

Comments
 (0)