[Git][ghc/ghc][wip/T24887] Wibble test
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Mon Jun 3 16:35:03 UTC 2024
Simon Peyton Jones pushed to branch wip/T24887 at Glasgow Haskell Compiler / GHC
Commits:
60d573e7 by Simon Peyton Jones at 2024-06-03T17:34:48+01:00
Wibble test
- - - - -
1 changed file:
- testsuite/tests/typecheck/should_compile/T24887.hs
Changes:
=====================================
testsuite/tests/typecheck/should_compile/T24887.hs
=====================================
@@ -1,6 +1,7 @@
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE TypeFamilies #-}
-{-# LANGUAGE ScopedTypeVariables #-}
+{-# LANGUAGE ScopedTypeVariables, TypeAbstractions #-}
+
module Data.Array.Nested.Internal where
import Data.Coerce (coerce)
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/60d573e7ae0f1d1d924d2dca9067715a3a05de73
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/60d573e7ae0f1d1d924d2dca9067715a3a05de73
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240603/82d4eb43/attachment.html>
More information about the ghc-commits
mailing list