Can '<' be included in an uncontroversial way? Wouldn't there be more
than one idea what the order should be?
We have not seen an example constraint that needs these operators yet.
So I'm not able to comment on the final list of what we need. I do see
that we need simpler syntax for inputting regexps (this came up
multiple times), and that we need substring extraction. I see the
value of equality/inequality. I'm not sure about the len (because
everything is fixed length now) or the '<' (because I have not seen
examples of its use).
./adam
On Thu, Nov 19, 2009 at 4:29 PM, Vijay Ganesh <
hello...@gmail.com> wrote:
> Hi All,
>
> Are we planning to support "not equal" in our language? More
> generally, would I be correct in saying that the following are the
> predicates and functions of HAMPI++:
>
> == (equality), != (not equal), < (some kind of ordering over
> strings, lexicographic?), member of, not member of, and the function
> len.
>
> -Vijay.
>