On Fri, Jun 21, 2019 at 6:41 AM aditya siram <[email protected]> wrote: > > Valgrind shows a memory leak:
Unfortunately exceptions and linear types do not mix. There is no compile time checking that linear types are consumed when an exception is thrown. For this reason I avoid exceptions in non-GC code. -- https://bluishcoder.co.nz -- 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/CALn1vHGaVYNY8OBteid84gpmxtd0NzHbLX4PNh%3D1RvkW4Sv_oQ%40mail.gmail.com.
