aboutsummaryrefslogtreecommitdiff
path: root/html-test/src
diff options
context:
space:
mode:
authorŁukasz Hanuszczak <lukasz.hanuszczak@gmail.com>2015-08-06 21:22:06 +0200
committerŁukasz Hanuszczak <lukasz.hanuszczak@gmail.com>2015-08-06 21:22:06 +0200
commit66c91a3c20d18f2a2f9ccfbbc7a04bddd5507008 (patch)
treeefcd84ecab64417a19ff5cc2871932f30878a664 /html-test/src
parent3ad8ada0ea2982ba7974e381f07e84c35c9559af (diff)
Rename advanced types test case and accept new output.
Diffstat (limited to 'html-test/src')
-rw-r--r--html-test/src/PromotedTypes.hs (renamed from html-test/src/AdvanceTypes.hs)4
1 files changed, 3 insertions, 1 deletions
diff --git a/html-test/src/AdvanceTypes.hs b/html-test/src/PromotedTypes.hs
index c89d7396..ae3ad375 100644
--- a/html-test/src/AdvanceTypes.hs
+++ b/html-test/src/PromotedTypes.hs
@@ -2,7 +2,9 @@
{-# LANGUAGE GADTs #-}
{-# LANGUAGE KindSignatures #-}
{-# LANGUAGE TypeOperators #-}
-module AdvanceTypes where
+
+
+module PromotedTypes where
data RevList a = RNil | RevList a :> a