[commit: haddock] 2.17.3.1-spanfix, alexbiehl-patch-1, ghc-8.0, ghc-8.0-facebook, ghc-head, ghc-head1, haddock-quick, headdock-library-1.4.5, ie_avails, issue-303, issue-475, master, pr-filter-maps, pr/cabal-desc, travis, v2.16, v2.17, v2.17.3, v2.18, wip-located-module-as, wip/D2418, wip/T11080-open-data-kinds, wip/T11258, wip/T11430, wip/T12105, wip/T12105-2, wip/T12942, wip/T13163, wip/T3384, wip/embelleshed-rdr, wip/new-tree-one-param, wip/rae, wip/remove-frames, wip/remove-frames1, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Extend instances test case to also test multi-name type signatures. (dbe6f2c)

git at git.haskell.org git at git.haskell.org
Mon Nov 20 20:50:52 UTC 2017


Repository : ssh://git@git.haskell.org/haddock

On branches: 2.17.3.1-spanfix,alexbiehl-patch-1,ghc-8.0,ghc-8.0-facebook,ghc-head,ghc-head1,haddock-quick,headdock-library-1.4.5,ie_avails,issue-303,issue-475,master,pr-filter-maps,pr/cabal-desc,travis,v2.16,v2.17,v2.17.3,v2.18,wip-located-module-as,wip/D2418,wip/T11080-open-data-kinds,wip/T11258,wip/T11430,wip/T12105,wip/T12105-2,wip/T12942,wip/T13163,wip/T3384,wip/embelleshed-rdr,wip/new-tree-one-param,wip/rae,wip/remove-frames,wip/remove-frames1,wip/revert-ttg-2017-11-20,wip/ttg-2017-10-13,wip/ttg-2017-10-31,wip/ttg-2017-11-06,wip/ttg2-2017-11-10,wip/ttg3-2017-11-12,wip/ttg4-constraints-2017-11-13
Link       : http://git.haskell.org/haddock.git/commitdiff/dbe6f2ce44d28cbd0cad7e5ed3b9e1766fdae8ee

>---------------------------------------------------------------

commit dbe6f2ce44d28cbd0cad7e5ed3b9e1766fdae8ee
Author: Ɓukasz Hanuszczak <lukasz.hanuszczak at gmail.com>
Date:   Tue Jul 21 14:47:35 2015 +0200

    Extend instances test case to also test multi-name type signatures.


>---------------------------------------------------------------

dbe6f2ce44d28cbd0cad7e5ed3b9e1766fdae8ee
 html-test/src/Instances.hs | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/html-test/src/Instances.hs b/html-test/src/Instances.hs
index 8e237fe..85c2175 100644
--- a/html-test/src/Instances.hs
+++ b/html-test/src/Instances.hs
@@ -26,9 +26,13 @@ class Foo f => Bar f a where
 
     bar :: f a -> f Bool -> a
     bar' :: f (f a) -> f (f (f b))
+    bar0, bar1 :: (f a, f a) -> (f b, f c)
 
     bar = undefined
     bar' = undefined
+    bar0 = undefined
+    bar1 = undefined
+
 
 instance Bar Maybe Bool
 instance Bar Maybe [a]



More information about the ghc-commits mailing list