On Sun, Aug 28, 2016 at 3:18 AM, gmhwxi <[email protected]> wrote: > I also tried a style involving linear pointers: > > https://github.com/githwxi/ATS-Postiats-test/blob/master/contrib/hwxi/TEST30/struct1.dats
Thanks a lot! It seems good balance between safe and unsafe for me. However, where is `vtget`? ``` $ pwd /home/kiwamu/src/ATS-Postiats-test/contrib/hwxi/TEST30 $ patscc -o struct1 struct1.dats /home/kiwamu/src/ATS-Postiats-test/contrib/hwxi/TEST30/struct1.dats: 2641(line=137, offs=26) -- 2646(line=137, offs=31): error(2): the dynamic identifier [vtget] is unrecognized. patsopt(TRANS2): there are [1] errors in total. exit(ATS): uncaught exception: _2home_2kiwamu_2src_2ATS_2dPostiats_2src_2pats_error_2esats__FatalErrorExn(1025) ``` Best regards, -- Kiwamu Okabe at METASEPI DESIGN -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/ats-lang-users. To view this discussion on the web visit https://groups.google.com/d/msgid/ats-lang-users/CAEvX6d%3Dxxu-yMf0XZMZ2ppq9qZOtAbTyaKswCVD0ttBz_vcttg%40mail.gmail.com.
