Does anyone know whether there's any immutable collections that work well with tcomb? I'm a bit weary of adding yet another data structure thing to my code (after Immutable and Ramda), so I'd prefer to replace Immutable by tcomb but I'm afraid that'll make add-to-immutable-sequence kind of operations significantly slower. Any tips?