summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/Codec/Pesto/Serialize.lhs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/Codec/Pesto/Serialize.lhs b/src/lib/Codec/Pesto/Serialize.lhs
index f07e871..4a74b88 100644
--- a/src/lib/Codec/Pesto/Serialize.lhs
+++ b/src/lib/Codec/Pesto/Serialize.lhs
@@ -12,11 +12,6 @@ Serializing
> class Serializeable a where
> serialize :: a -> String
-.. class:: todo
-
-- Add instance for graph
-- use :math:`\mathcal{O}(1)` string builder
-
Finally transform linear stream of instructions into a string again:
> instance Serializeable a => Serializeable [a] where