Hi!I just read through the README. According to it, there are several crucial things not implemented yet (case and let come to my mind), and there are some fundamental bugs (which make it very easy to circumvent linearity checks, making the whole extension pointless). Is the situation still like this?What are your honest expectations regarding the future development of the linear types feature and its integration into the official GHC? Is it realistic to hope for this feature to be available in a stable GHC version withing, say, the next 12 months? I would like to use linearity in some project of mine, but at the moment, I am unsure whether it is really a good idea to rely on this feature becoming available.All the best,WolfgangAm Mittwoch, den 19.07.2017, 08:52 +0000 schrieb Edvard Hübinette:Hi Wolfgang,the updated README is live and can be found here!Cheers,EdvardOn Thu, 13 Jul 2017 at 17:54 Spiwack, Arnaud <arnaud.spiwack@tweag.io> wrote:ArnaudThanks a lot for your time and interest,I think the answer to both questions can be the same: the github issue of Tweag's ghc repo: https://github.com/tweag/ghc/Regarding this particular bug: it is a known bug indeed. I'll be fixing it soon. We're expanding the README to include known bugs and usage instruction.issues .On Thu, Jul 13, 2017 at 12:14 AM, Wolfgang Jeltsch <wolfgang-it@jeltsch.info> wrote:Hi!Another question is where to submit bugs. I already found the first one 😉:GHCi> let dup :: a -> (a, a); dup x = (x, x)GHCi> let unsafeDup :: a ⊸ (a, a); unsafeDup = dupGHCi> :type unsafeDupunsafeDup :: a ⊸ (a, a)GHCi> unsafeDup True(True,True)All the best,WolfgangAm Mittwoch, den 12.07.2017, 23:15 +0300 schrieb Wolfgang Jeltsch:Hi!I think I will have several questions about the linear types extension when trying to use it in the near future. Furthermore, I also want to give feedback on the design of this extension. What is the appropriate forum for discussing the linear types extension? The GHC developers mailing list might be an option. However, I think that it would be better to contact you more directly regarding these matters. Is there some issue tracker or discussion platform I should use?All the best,Wolfgang