--
You received this message because you are subscribed to the Google Groups "ats-lang-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ats-lang-user...@googlegroups.com.
To post to this group, send email to ats-lan...@googlegroups.com.
Visit this group at http://groups.google.com/group/ats-lang-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/ats-lang-users/bbaebb86-8424-429c-a4c5-45ed9f446155%40googlegroups.com.
extern fun set_n {n0: nat | n0 >= 3 && n0 <= 127} (count: int(n0)): void implement set_n (count) = let val () = !packetOutCount := u8(count) // Not setting multi-frame bit val () = !packetOutHeader := (!packetInHeader land u8(0xFE)) // No error fun loop {n: nat | n0 - 1 >= n} .<n>. (cnt: int(n), p: uint8): uint8 = if cnt > 0 then loop(cnt - 1, pec_add(p, packetOut[count - cnt - 1])) else p in packetOut[count - 1] := loop(count - 1, u8(0)) endimplement set_n{n0}(count) = ...--
You received this message because you are subscribed to the Google Groups "ats-lang-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ats-lang-user...@googlegroups.com.
To post to this group, send email to ats-lan...@googlegroups.com.
Visit this group at http://groups.google.com/group/ats-lang-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/ats-lang-users/3cab69a0-365c-4555-bd7a-e23b3e973ebb%40googlegroups.com.
/*emit_instr: loc0 = /home/mike/linti/linti-avr/DATS/main.dats: 11298(line=250, offs=53) -- 11314(line=250, offs=69)*/ATSINSmove_void(tmpret231, ATSfunclo_fun(PMVerr("/home/mike/linti/linti-avr/DATS/main.dats: 11298(line=250, offs=53) -- 11303(line=250, offs=58)"), (atstkind_t0ype(atstype_int)), atsvoid_t0ype)(tmp253)) ;
To view this discussion on the web visit https://groups.google.com/d/msgid/ats-lang-users/9a7d9617-1edc-4c15-aa38-f024dadfd6fb%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "ats-lang-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ats-lang-user...@googlegroups.com.
To post to this group, send email to ats-lan...@googlegroups.com.
Visit this group at http://groups.google.com/group/ats-lang-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/ats-lang-users/8d632d28-d9e2-4d62-939b-d97f0edd9cb9%40googlegroups.com.