X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FPArr.hs;h=be5ff941f9c4fbc55957f74d1073dd047cb77393;hb=d9a0d6f44a930da4ae49678908e37793d693467c;hp=7e0f7327f6fdd18f03a8b1bd31e986617e0e7729;hpb=b706340c451952adf230b5b8daecad8a1f34d714;p=ghc-base.git diff --git a/GHC/PArr.hs b/GHC/PArr.hs index 7e0f732..be5ff94 100644 --- a/GHC/PArr.hs +++ b/GHC/PArr.hs @@ -1,4 +1,4 @@ -{-# OPTIONS -fparr #-} +{-# OPTIONS_GHC -fparr #-} ----------------------------------------------------------------------------- -- | @@ -71,8 +71,9 @@ -- * We might want to add bounds checks that can be deactivated. -- +-- #hide module GHC.PArr ( - [::], -- abstract + -- [::], -- Built-in syntax mapP, -- :: (a -> b) -> [:a:] -> [:b:] (+:+), -- :: [:a:] -> [:a:] -> [:a:]