Apparently I managed to add support for custom unlifted data types (https://github.com/sgraf812/ghc-proposals/blob/unlifted-data/proposals/0000-unlifted-data.rst …) to GHC with delightfully minimal patch
https://gitlab.haskell.org/ghc/ghc/compare/master...wip%2Funlifted-data …
The fact that I barely had to touch anything besides parsing and type-checking is just amazing
-
-
Also it now has a WIP MR https://gitlab.haskell.org/ghc/ghc/merge_requests/2218 …. Once the pipeline turns green, you can try it out with the following nix invokation: nix run -f https://github.com/mpickering/ghc-artefact-nix/archive/master.tar.gz … \ --argstr branch wip/unlifted-data \ ghcHEAD cabal-install
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi
-
-
-
Can we get newtype Bool# = Bool#_ Int# {-# Complete False#, True# #-} pattern False# :: Bool# pattern False# = Bool#_ 0# pattern True# :: Bool# pattern True# = Bool# 1#
- Još 3 druga odgovora
Novi razgovor -
Čini se da učitavanje traje već neko vrijeme.
Twitter je možda preopterećen ili ima kratkotrajnih poteškoća u radu. Pokušajte ponovno ili potražite dodatne informacije u odjeljku Status Twittera.