Skip to content

Commit

Permalink
Duh
Browse files Browse the repository at this point in the history
  • Loading branch information
msprotz committed Nov 21, 2024
1 parent 44c9997 commit eed95a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MonomorphizationState.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let resolve t: typ =
match t with
| TApp _ | TCgApp _ when
let lid, ts, cgs = flatten_tapp t in
ts <> [] && cgs <> [] &&
(ts <> [] || cgs <> []) && (* not a type abbreviation *)
Hashtbl.mem state (lid, ts, cgs)
->
TQualified (snd (Hashtbl.find state (flatten_tapp t)))
Expand Down

0 comments on commit eed95a5

Please sign in to comment.