summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/prog005/ViewType.hs
blob: 8e9dd3cd49e18ce1892694d17f9b94ac0513882c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module ViewType(

   View(..),
   ) where


import {-# SOURCE #-} VersionGraphClient

data View = View {
   graphClient1 :: VersionGraphClient
   }