summaryrefslogtreecommitdiffhomepage
path: root/Storage.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Storage.hs')
-rw-r--r--Storage.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Storage.hs b/Storage.hs
index 3e5707f..6b23c33 100644
--- a/Storage.hs
+++ b/Storage.hs
@@ -13,5 +13,6 @@ data Storage = Storage
}
data StoreResult = StoreSuccess | StoreFailure String
+ deriving (Show)
data RetrieveResult = RetrieveSuccess Shard | RetrieveFailure String