--- a/src/Tools/Code/code_haskell.ML Sat Apr 05 23:51:52 2025 +0200
+++ b/src/Tools/Code/code_haskell.ML Sun Apr 06 14:20:41 2025 +0200
@@ -252,7 +252,7 @@
val vars = reserved
|> intro_vars (map_filter I (s :: vs));
val lhs = IConst { sym = Constant classparam, typargs = [],
- dicts = [], dom = dom, range = range, annotation = NONE } `$$ map IVar vs;
+ dictss = [], dom = dom, range = range, annotation = NONE } `$$ map IVar vs;
(*dictionaries are not relevant in Haskell,
and these consts never need type annotations for disambiguation *)
in