Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.0.0+dev
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
As said in the title, foo.bar["gni"] (syntactic sugar for list.assoc("gni", foo.bar)) isn't working.
$ rlwrap ./liquidsoap --interactive
# list.assoc;;
At line 1, char 11-12:
this value has type
[append : _, fold : _, hd : _, iter : _, length : _, map : _, mem : _,
nth : _, remove : _, rev : _, sort : _, tl : _, ?'_a]
but it should be a subtype of
[assoc : _, ...]