aboutsummaryrefslogtreecommitdiff
path: root/src/HsSyn.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'src/HsSyn.lhs')
-rw-r--r--src/HsSyn.lhs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HsSyn.lhs b/src/HsSyn.lhs
index ecd2b0ce..8f3ef31d 100644
--- a/src/HsSyn.lhs
+++ b/src/HsSyn.lhs
@@ -1,5 +1,5 @@
% -----------------------------------------------------------------------------
-% $Id: HsSyn.lhs,v 1.9 2002/05/15 13:03:02 simonmar Exp $
+% $Id: HsSyn.lhs,v 1.10 2002/05/27 09:03:52 simonmar Exp $
%
% (c) The GHC Team, 1997-2002
%
@@ -144,7 +144,7 @@ data HsDecl
| HsClassDecl SrcLoc HsType [HsFunDep] [HsDecl] (Maybe Doc)
- | HsInstDecl SrcLoc HsType [HsDecl]
+ | HsInstDecl SrcLoc HsContext HsAsst [HsDecl]
| HsDefaultDecl SrcLoc [HsType]