collections/string-operator.cfa:191:1 error: Cannot choose between 2 alternatives for expression
Applying untyped:
  Name: ?{}
...to:
  Generated Cast of:
    Variable Expression: s: instance of struct string with body
    ... with resolved type:
      instance of struct string with body
  ... to:
    reference to instance of struct string with body
  ... with resolved type:
    reference to instance of struct string with body
  Applying untyped:
    Name: ?*?
  ...to:
    Constant Expression (3: signed int)
    ... with resolved type:
      signed int
    Constant Expression ('a': char)
    ... with resolved type:
      char

 Alternatives are:
Cost ( 0, 0, 0, 2, 0, 0, 0, 1 ): Application of
      Variable Expression: ?{}: function
      ... with parameters
        reference to instance of struct string with body
        instance of struct string with body
      ... returning nothing

      ... with resolved type:
        pointer to function
        ... with parameters
          reference to instance of struct string with body
          instance of struct string with body
        ... returning nothing

      ... to arguments
      Generated Cast of:
        Variable Expression: s: instance of struct string with body
        ... with resolved type:
          instance of struct string with body
      ... to:
        reference to instance of struct string with body
      ... with resolved type:
        reference to instance of struct string with body
      Application of
        Variable Expression: ?*?: static inline function
        ... with parameters
          signed long long int
          char
        ... returning
          instance of struct string with body

        ... with resolved type:
          pointer to function
          ... with parameters
            signed long long int
            char
          ... returning
            instance of struct string with body

        ... to arguments
        Generated Cast of:
          Constant Expression (3: signed int)
          ... with resolved type:
            signed int
        ... to:
          signed long long int
        ... with resolved type:
          signed long long int
        Constant Expression ('a': char)
        ... with resolved type:
          char

      ... with resolved type:
        instance of struct string with body

    ... with resolved type:
      void
  (types:
    void
  )
  Environment:

Cost ( 0, 0, 0, 2, 0, 0, 0, 1 ): Application of
      Variable Expression: ?{}: static inline function
      ... with parameters
        reference to instance of struct string with body
        signed int
      ... returning nothing

      ... with resolved type:
        pointer to function
        ... with parameters
          reference to instance of struct string with body
          signed int
        ... returning nothing

      ... to arguments
      Generated Cast of:
        Variable Expression: s: instance of struct string with body
        ... with resolved type:
          instance of struct string with body
      ... to:
        reference to instance of struct string with body
      ... with resolved type:
        reference to instance of struct string with body
      Application of
        Variable Expression: ?*?: function
        ... with parameters
          signed int
          signed int
        ... returning
          signed int

        ... with resolved type:
          pointer to function
          ... with parameters
            signed int
            signed int
          ... returning
            signed int

        ... to arguments
        Constant Expression (3: signed int)
        ... with resolved type:
          signed int
        Generated Cast of:
          Constant Expression ('a': char)
          ... with resolved type:
            char
        ... to:
          signed int
        ... with resolved type:
          signed int

      ... with resolved type:
        signed int

    ... with resolved type:
      void
  (types:
    void
  )
  Environment:


collections/string-operator.cfa:191:1 error: No alternatives for expression Name: s
