diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-11 08:08:46 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-11 08:08:46 +0000 |
| commit | d89adc67dabe858ef1de35a289d36c51bac37714 (patch) | |
| tree | c7c9c185f914add877cbd3fdc8de8ae4efdac3e3 | |
| parent | 640a9f9dd5d888be6c1c9149d0a033d424930075 (diff) | |
| download | nixtaml-d89adc67dabe858ef1de35a289d36c51bac37714.tar nixtaml-d89adc67dabe858ef1de35a289d36c51bac37714.tar.gz nixtaml-d89adc67dabe858ef1de35a289d36c51bac37714.tar.bz2 nixtaml-d89adc67dabe858ef1de35a289d36c51bac37714.tar.lz nixtaml-d89adc67dabe858ef1de35a289d36c51bac37714.tar.xz nixtaml-d89adc67dabe858ef1de35a289d36c51bac37714.tar.zst nixtaml-d89adc67dabe858ef1de35a289d36c51bac37714.zip | |
drop unused err
| -rw-r--r-- | lib/kdl_lens_result.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/kdl_lens_result.ml b/lib/kdl_lens_result.ml index 3455f38..9ead98e 100644 --- a/lib/kdl_lens_result.ml +++ b/lib/kdl_lens_result.ml @@ -15,7 +15,6 @@ type lerr = [ | `Cannot_each | `Cannot_replace | `Missing_annot - | `Missing_arg of string | `Missing_index of int | `Missing_prop of string | `Missing_top @@ -38,7 +37,6 @@ let pp_lerr fmt = function | `Cannot_each -> Fmt.pf fmt "Cannot each" | `Cannot_replace -> Fmt.pf fmt "Cannot replace" | `Missing_annot -> Fmt.pf fmt "Missing annotation" - | `Missing_arg arg -> Fmt.pf fmt "Missing argument โ%sโ" arg | `Missing_prop prop -> Fmt.pf fmt "Missing property โ%sโ" prop | `Missing_index idx -> Fmt.pf fmt "Missing index โ%dโ" idx | `Missing_top -> Fmt.pf fmt "Missing top-level node" |
