From 6f7219760d989c3a2b0fd1aee05766911688e0bb Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 29 Aug 2022 15:58:16 +0200 Subject: serialize: Resolve todos --- src/lib/Codec/Pesto/Serialize.lhs | 5 ----- 1 file changed, 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 -- cgit v1.2.3