From bd134c7b2a6880bf3858fd8c27fa16ab946d7718 Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Mon, 31 Mar 2014 05:34:36 +0100 Subject: Print kind signatures on GADTs --- html-test/ref/Bug85.html | 135 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 html-test/ref/Bug85.html (limited to 'html-test/ref/Bug85.html') diff --git a/html-test/ref/Bug85.html b/html-test/ref/Bug85.html new file mode 100644 index 00000000..bb1f03a3 --- /dev/null +++ b/html-test/ref/Bug85.html @@ -0,0 +1,135 @@ + +Bug85

 

Safe HaskellSafe-Inferred

Bug85

Documentation

data Foo :: (* -> *) -> * -> * where

Constructors

Bar :: f x -> Foo f (f x) 

data Baz :: * where

Constructors

Baz' :: Baz 

data Qux where

Constructors

Quux :: Qux 
-- cgit v1.2.3