Fwd: [ats-lang-users] ATS2-0.3.10 released

2018-03-21 Thread Hongwei Xi
Hi, I am pleased to announce the release of ATS2-0.3.10. ## First, many thanks to Brandon Barker for his generous agreement to taking over the duty of packaging and releasing ATS from this point on. As a matter of fact, he helped a great deal package and release this version of ATS.

Re: Flat memory underlying dataviewtypes

2018-03-21 Thread Andrew Knapp
Yes, that works well. Thank you! -- 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-users+unsubscr...@googlegroups.com. To post to this group, send

Re: Flat memory underlying dataviewtypes

2018-03-21 Thread Hongwei Xi
The tag part needs to be set manually. For Bar, it is 0. For Baz, it is 1. You may have to do it in C or in unsafe ATS for this part. On Wed, Mar 21, 2018 at 4:32 PM, Andrew Knapp wrote: > The code on glot also fails if you change Bar to Baz in all the > appropriate

Re: Flat memory underlying dataviewtypes

2018-03-21 Thread Andrew Knapp
The code on glot also fails if you change Bar to Baz in all the appropriate places. -- 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

Re: Flat memory underlying dataviewtypes

2018-03-21 Thread Hongwei Xi
Here is an example: http://ats-lang.sourceforge.net/DOCUMENT/INT2PROGINATS/HTML/HTMLTOC/x2223.html In your case, the type message_Bar_pstruct(int, double) is for a pointer to BAR_ Here is a relevant example: http://ats-lang.sourceforge.net/DOCUMENT/INT2PROGINATS/HTML/HTMLTOC/x2223.html You