From 7e53f628440169f90cfb6aeeaf74ffbe2b1cfa6d Mon Sep 17 00:00:00 2001 From: nand Date: Tue, 11 Feb 2014 16:51:27 +0100 Subject: Add test case for PatternSynonyms This just tests various stuff including poly-kinded patterns and operator patterns to make sure the rendering isn't broken. Signed-off-by: Mateusz Kowalczyk --- html-test/ref/PatternSyns.html | 241 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 241 insertions(+) create mode 100644 html-test/ref/PatternSyns.html (limited to 'html-test/ref') diff --git a/html-test/ref/PatternSyns.html b/html-test/ref/PatternSyns.html new file mode 100644 index 00000000..36b3c3bd --- /dev/null +++ b/html-test/ref/PatternSyns.html @@ -0,0 +1,241 @@ + +PatternSyns
Safe HaskellSafe-Inferred

PatternSyns

Description

Testing some pattern synonyms

Synopsis

Documentation

data FooType x

FooType doc

Constructors

FooCtor x 

pattern Foo t :: FooType t

Pattern synonym for Foo x

pattern Bar t :: FooType (FooType t)

Pattern synonym for Bar x

pattern t :<-> t :: (FooType t, FooType (FooType t))

Pattern synonym for (:<->)

data a >< b

Doc for (><)

Constructors

Empty 

pattern E :: (><) k t t

Pattern for Empty

-- cgit v1.2.3