When I try to compile an Opa program with
m: stringmap(list(string)) = StringMap.empty()
I get this error:
Function was found of type ordered_map(string, 'a, String.order) but application expects it to be of type -> 'b.
I'd appreciate any hint/help to figure out what's wrong with my code. TIA,
--
Bahman