From 99b1cea0955e5fde035b241f6b1edab729b3fa4d Mon Sep 17 00:00:00 2001 From: swrup Date: Tue, 7 Oct 2025 14:21:36 +0200 Subject: [PATCH] --- src/binary_formats.ml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/binary_formats.ml b/src/binary_formats.ml index 740249a9..88f18f80 100644 --- a/src/binary_formats.ml +++ b/src/binary_formats.ml @@ -4,13 +4,7 @@ open Include -(* TODO - less boilerplate? - - type t abstract - - type t = { v = string } - padding issues? - how to encode union? not really needed? - test *) +(* TODO test *) (* -- Time -- *)