Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 338 Bytes

File metadata and controls

9 lines (8 loc) · 338 Bytes
id sidebar_position
error-append-not-supported
5

Error Append not Supported

The ++ operator assumes a type inferencer that can tell the difference between String and List. These are the only two types that are part of the appendable type-class. Until the type inferencer is available we will error out to remove ambiguity.