X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FParallel.hs;h=9aae049147bce2339f74f66d389fdaf32c73cda3;hb=8f298c3539c4786f48ae89d8ca754115210106cf;hp=1d6a126f1e2c12fb4c3e747c4571726bf1088ffc;hpb=7f1f4e7a695c402ddd3a1dc2cc7114e649a78ebc;p=ghc-base.git diff --git a/Control/Parallel.hs b/Control/Parallel.hs index 1d6a126..9aae049 100644 --- a/Control/Parallel.hs +++ b/Control/Parallel.hs @@ -1,15 +1,13 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Control.Parallel -- Copyright : (c) The University of Glasgow 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : experimental -- Portability : non-portable -- --- $Id: Parallel.hs,v 1.1 2001/06/28 14:15:01 simonmar Exp $ --- -- Parallel Constructs -- -----------------------------------------------------------------------------