summaryrefslogtreecommitdiff
path: root/examples/atox.hs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/atox.hs')
-rw-r--r--examples/atox.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/atox.hs b/examples/atox.hs
index 5e6aace6..561e85f9 100644
--- a/examples/atox.hs
+++ b/examples/atox.hs
@@ -35,6 +35,9 @@ import System.Posix.IO.ByteString
35import System.Posix.Types 35import System.Posix.Types
36import Text.Read 36import Text.Read
37 37
38data Key = Key NodeId{-me-} NodeId{-them-}
39 deriving (Eq,Ord)
40
38-- Some Global State -- 41-- Some Global State --
39 42
40{-# NOINLINE sMe #-} 43{-# NOINLINE sMe #-}