From 69b98a99ce4de93ea0e6082bd11edb3baaf2fa6e Mon Sep 17 00:00:00 2001 From: Alexander Biehl Date: Fri, 2 Mar 2018 15:43:21 +0100 Subject: Make testsuite work with haddock-1.19.0 release (#766) --- html-test/ref/PatternSyns.html | 72 +++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 36 deletions(-) (limited to 'html-test/ref/PatternSyns.html') diff --git a/html-test/ref/PatternSyns.html b/html-test/ref/PatternSyns.html index bf0cdf1e..ff6144cf 100644 --- a/html-test/ref/PatternSyns.html +++ b/html-test/ref/PatternSyns.html @@ -66,7 +66,7 @@ >Foo :: forall x. x -> x. x -> FooType x
  • Bar :: forall x. x -> x. x -> FooType ( (FooType x)
  • (:<->) :: forall x x1. x -> x1 -> ( x x1. x -> x1 -> (FooType x, x, FooType ( (FooType x1))
  • data BlubType = = Show x => BlubCtorBlub :: () => forall x. x. Show x => x -> x => x -> BlubType
  • data (a :: (a :: *) ><E :: forall k a (b :: k). (><) k a b
  • k a (b :: k). a >< b
  • pattern PatWithExplicitSig :: :: Eq somex => somex -> somex => somex -> FooType somex
  • Foo :: forall x. x -> x. x -> FooType x #

    Pattern synonym for Foo x

    Bar :: forall x. x -> x. x -> FooType ( (FooType x) #

    Pattern synonym for Bar x

    (:<->) :: forall x x1. x -> x1 -> ( x x1. x -> x1 -> (FooType x, x, FooType ( (FooType x1)) #

    Pattern synonym for (:<->)

    Show x => BlubCtorBlub :: () => forall x. x. Show x => x -> x => x -> BlubType #

    Pattern synonym for Blub x

    data (a :: (a :: *) ><

    Doc for (><)

    E :: forall k a (b :: k). (><) k a b k a (b :: k). a >< b #

    Pattern for Empty

    pattern PatWithExplicitSig :: :: Eq somex => somex -> somex => somex -> FooType somex #