diff options
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 |