diff options
Diffstat (limited to 'src/Erebos/Network.hs-boot')
-rw-r--r-- | src/Erebos/Network.hs-boot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Erebos/Network.hs-boot b/src/Erebos/Network.hs-boot new file mode 100644 index 0000000..849bfc1 --- /dev/null +++ b/src/Erebos/Network.hs-boot @@ -0,0 +1,8 @@ +module Erebos.Network where + +import Erebos.Storage + +data Server +data Peer + +peerStorage :: Peer -> Storage |