[Haskell-beginners] Could someone tell me where to find this example from the HaskellWiki?

Antoine Latter aslatter at gmail.com
Sat Aug 20 01:13:53 CEST 2011


On Fri, Aug 19, 2011 at 5:49 PM, Daniel Fischer
<daniel.is.fischer at googlemail.com> wrote:
> On Friday 19 August 2011, 23:21:24, Michael Litchard wrote:
>> I was looking at this
>> http://www.haskell.org/haskellwiki/GHC/Type_families
>>
>> And I found this
>> http://darcs.haskell.org/testsuite/tests/ghc-regress/indexed-types/shoul
>> d_run/GMapAssoc.hs
>>
>> Which would be very useful. if it wasn't a dead link.
>>
>> Could someone mail me a copy, or a live url?
>>
>
> http://darcs.haskell.org/cgi-
> bin/gitweb.cgi?p=testsuite.git;a=blob;f=tests/indexed-
> types/should_run/GMapAssoc.hs
>
> Or - at the moment -
>
> https://github.com/ghc/testsuite/blob/2afdb7c5c3413d8d01230551cc7a4ed9c15893f3/tests/indexed-
> types/should_run/GMapAssoc.hs
>
> The GitHub one has commit hashes in the URL, so it might be preferable to
> just go to https://github.com/ghc/testsuite and click through from there
> (note there's no ghc-regress anymore).
>

You can also link to a file within the head of a branch:

https://github.com/ghc/testsuite/blob/master/tests/indexed-types/should_run/GMapAssoc.hs

> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>



More information about the Beginners mailing list