Skip to content

Commit

Permalink
Review typedecl
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Dec 13, 2024
1 parent ccb3784 commit aa80995
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ocaml/typing/typedecl.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1935,7 +1935,6 @@ let explain_unbound_gen ppf tv tl typ kwd pr =
".@ @[<hov2>In %s@ %a@;<1 -2>the variable %a is unbound@]"
kwd (Style.as_inline_code pr) ti
(Style.as_inline_code Out_type.prepared_type_expr) tv
(* kwd pr ti Printtyp.prepared_type_expr tv *)
with Not_found -> ()

let explain_unbound ppf tv tl typ kwd lab =
Expand Down

0 comments on commit aa80995

Please sign in to comment.