<div dir="ltr"><div class="gmail_default">I am trying to pass the output of a JSONToToken actor, which is of type { o1=ArrayType(double,9), o2=ArrayType(double,9)} to a RecordDissasembler  Actor that is expecting a type {o1=[double], o2=[double]}. I set backward type inference.<br>

<br></div><div class="gmail_default" style="color:rgb(0,0,153)"><span style="color:rgb(0,0,0)">I had thought that [double] was more general than ArrayType(double,9), but Kepler complains:</span><br></div><div class="gmail_default" style="color:rgb(0,0,153)">

<br></div><div class="gmail_default">Run-time checking: token { o1=ArrayType(double,9), o2=ArrayType(double,9) } is incompatible with port type { o1=[double], o2=[double] }.<br><br><br></div><div class="gmail_default">-Jose<br>

</div></div>