Open dhil opened 2 years ago
Enabling
effect_sugar=true
effect_sugar_policy="presence_omit,alias_omit,contract_operation_arrows,arrows_curried_hide_fresh"
causes the following code produces an internal error.
links> typename Id(a, e::Eff) = (a) { |e}-> a; Id = a,b::Eff.(a) -b-> a links> sig id : Id(a, { |e}) fun id(x) { x }; ***: Error: Links_core.Notfound.NotFound("7660 (in Map.find)")
Enabling
effect_sugar=true
effect_sugar_policy="presence_omit,alias_omit,contract_operation_arrows,arrows_curried_hide_fresh"
causes the following code produces an internal error.