Skip to content
Snippets Groups Projects
Commit fde01f54 authored by Simon Peyton Jones's avatar Simon Peyton Jones Committed by Austin Seipp
Browse files

Add missing test file T7269

(cherry picked from commit db869e75)
parent bb3fdb4e
No related merge requests found
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE MultiParamTypeClasses, StandaloneDeriving, GeneralizedNewtypeDeriving #-}
module T7269 where
class C (a :: k)
instance C Int
newtype MyInt = MyInt Int deriving C
newtype YourInt = YourInt Int
deriving instance C YourInt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment