diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-11 20:30:44 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-11 20:30:44 +0000 |
| commit | e7beebadbb7c0527fe3bfd4b977e447126d24468 (patch) | |
| tree | 39daa4e0e65202b6dbf55f9ebf35331eaf1800ba /lib | |
| parent | 47c742d53bc24da0815fd62313005557c1cab8f6 (diff) | |
| download | nixtaml-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
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/input.ml | 2 |
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 |
