X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2Fusers_guide%2Fbugs.xml;fp=ghc%2Fdocs%2Fusers_guide%2Fbugs.xml;h=6a07c90c5826671bd67348323e96768a7f95a5c3;hb=df87e59ebe63776ef33b2587b50930baf9614931;hp=76ab87ddd70ed194d605774aeb6247b305a0fe72;hpb=c61f8941450284c3f33b6bd396204b2025a6f47e;p=ghc-hetmet.git diff --git a/ghc/docs/users_guide/bugs.xml b/ghc/docs/users_guide/bugs.xml index 76ab87d..6a07c90 100644 --- a/ghc/docs/users_guide/bugs.xml +++ b/ghc/docs/users_guide/bugs.xml @@ -103,7 +103,7 @@ main = print (array (1,1) [(1,2), (1,3)]) -GHC's implemetation of array takes the value of an +GHC's implementation of array takes the value of an array slot from the last (index,value) pair in the list, and does no checking for duplicates. The reason for this is efficiency, pure and simple.