-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(runtime): shorten import lists for test modules
- Loading branch information
1 parent
6d0dbe5
commit 68cd44f
Showing
5 changed files
with
10 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
module StuntDouble (module X) where | ||
|
||
import StuntDouble.ActorMap as X | ||
import StuntDouble.Actor.State as X | ||
import StuntDouble.ActorMap as X | ||
import StuntDouble.Datatype as X | ||
import StuntDouble.Message as X | ||
import StuntDouble.Envelope as X | ||
import StuntDouble.Frontend.Http as X | ||
import StuntDouble.Message as X | ||
import StuntDouble.Random as X | ||
import StuntDouble.Reference as X | ||
import StuntDouble.Time as X | ||
import StuntDouble.Transport as X | ||
import StuntDouble.Transport.Http as X | ||
import StuntDouble.Reference as X |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters