Skip to content

Commit

Permalink
remove explicit use of function$ from gentype
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoc committed Dec 19, 2024
1 parent cf8544a commit 6efa527
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/gentype/TranslateTypeExprFromTypes.ml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ let translate_constr ~config ~params_translation ~(path : Path.t) ~type_env =
{param_translation with type_ = Promise param_translation.type_}
| (["Js"; "Dict"; "t"] | ["Dict"; "t"] | ["dict"]), [param_translation] ->
{param_translation with type_ = Dict param_translation.type_}
| ["function$"], [arg] -> {dependencies = arg.dependencies; type_ = arg.type_}
| _ -> default_case ()

type process_variant = {
Expand Down

0 comments on commit 6efa527

Please sign in to comment.