Skip to content
Snippets Groups Projects
Commit 06127a28 authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

Change test, now that imported data families don't get implicitly exported

parent b4b59ca4
No related branches found
No related tags found
No related merge requests found
{-# LANGUAGE TypeFamilies #-}
module T5306a where
module T5306a( F(..) ) where
import T5306b
data instance F Bool = FBool
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