commit | 97fdac3af36c378a3fe634942c3ac76e785f16de | [log] [tgz] |
---|---|---|
author | Gabor Pali <gabor.pali@ibm.com> | Thu Feb 16 02:57:24 2023 +0100 |
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | Wed Feb 15 22:14:19 2023 -0500 |
tree | adc17ab191d1b88e60bd251e2bb3ac1deb023717 | |
parent | 3fa8f72ac113dff073c9a764ba9189abb29ecba7 [diff] |
mango: Fix specification of `choose_best_index/1` Comparators are not represented by binary strings in the selection ranges, captured by the `range/0` type. Although that is how they are coming from the corresponding parsed JSON object, they are being translated to specific atoms on the fly. Noticed by: nickva