summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-11 20:30:44 +0000
committerยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-11 20:30:44 +0000
commite7beebadbb7c0527fe3bfd4b977e447126d24468 (patch)
tree39daa4e0e65202b6dbf55f9ebf35331eaf1800ba
parent47c742d53bc24da0815fd62313005557c1cab8f6 (diff)
downloadnixtaml-e7beebadbb7c0527fe3bfd4b977e447126d24468.tar
nixtaml-e7beebadbb7c0527fe3bfd4b977e447126d24468.tar.gz
nixtaml-e7beebadbb7c0527fe3bfd4b977e447126d24468.tar.bz2
nixtaml-e7beebadbb7c0527fe3bfd4b977e447126d24468.tar.lz
nixtaml-e7beebadbb7c0527fe3bfd4b977e447126d24468.tar.xz
nixtaml-e7beebadbb7c0527fe3bfd4b977e447126d24468.tar.zst
nixtaml-e7beebadbb7c0527fe3bfd4b977e447126d24468.zip
drop unused pp
-rw-r--r--lib/input.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/input.ml b/lib/input.ml
index 957e7fd..8ccf54f 100644
--- a/lib/input.ml
+++ b/lib/input.ml
@@ -115,8 +115,6 @@ module Darcs = struct
latest_weak_hash: UTF8.t option;
}
[@@deriving show, eq, make, qcheck]
-
- let pp fmt t = Fmt.pf fmt "%s" (show t)
end
module Pijul = struct