X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fstd%2FPrelDynamic.lhs;h=aabb377f811c2209b846f676821838c488001911;hb=90fdf6fe22eebb4140f0b26bf138be6fdad43198;hp=b90fafe36cbb393d5a7e4dfff3ff96eb4c9b19ef;hpb=438596897ebbe25a07e1c82085cfbc5bdb00f09e;p=ghc-hetmet.git diff --git a/ghc/lib/std/PrelDynamic.lhs b/ghc/lib/std/PrelDynamic.lhs index b90fafe..aabb377 100644 --- a/ghc/lib/std/PrelDynamic.lhs +++ b/ghc/lib/std/PrelDynamic.lhs @@ -1,10 +1,12 @@ +% ----------------------------------------------------------------------------- +% $Id: PrelDynamic.lhs,v 1.6 2001/01/11 17:25:57 simonmar Exp $ % -% (c) AQUA Project, Glasgow University, 1998 +% (c) The University of Glasgow, 1998-2000 % The Dynamic type is used in the Exception type, so we have to have Dynamic visible here. The rest of the operations on Dynamics are -available in exts/Dynamic.lhs. +available in lang/Dynamic.lhs. \begin{code} {-# OPTIONS -fno-implicit-prelude #-}