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