From d5ab3b5e415ebdff8906dcac3451e7448d6bdb11 Mon Sep 17 00:00:00 2001 From: Roman Leshchinskiy Date: Wed, 8 Oct 2008 06:47:54 +0000 Subject: [PATCH] Add short DPH section to users guide MERGE TO 6.10 --- docs/users_guide/parallel.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/users_guide/parallel.xml b/docs/users_guide/parallel.xml index 96e4e56..76d38dc 100644 --- a/docs/users_guide/parallel.xml +++ b/docs/users_guide/parallel.xml @@ -169,6 +169,14 @@ nfib n | n <= 1 = 1 parallel map. +Data Parallel Haskell + GHC includes experimental support for Data Parallel Haskell (DPH). This code + is highly unstable and is only provided as a technology preview. More + information can be found on the corresponding DPH + wiki page. + +