diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-11-04 01:16:20 +0000 |
---|---|---|
committer | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-11-04 01:17:31 +0000 |
commit | 8d82524d9d9b278eae08993c2d4c54173d68481c (patch) | |
tree | 92e40bb22d7d98ca0266acc6234a4020ebc92ed7 /html-test/src | |
parent | 08a2651a20d66ad94ff7092ed0195be6b4e8f267 (diff) |
Fix re-exports of built-in type families
Fixes #310
Diffstat (limited to 'html-test/src')
-rw-r--r-- | html-test/src/Bug310.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/html-test/src/Bug310.hs b/html-test/src/Bug310.hs new file mode 100644 index 00000000..d2492dc0 --- /dev/null +++ b/html-test/src/Bug310.hs @@ -0,0 +1,4 @@ +{-# LANGUAGE ExplicitNamespaces #-} +module Bug310 ( type (+) ) where + +import GHC.TypeLits |