Skip to content
Snippets Groups Projects
Commit 01bb2208 authored by sof's avatar sof
Browse files

[project @ 1997-06-05 21:01:10 by sof]

import updates
parent 09713608
No related merge requests found
......@@ -9,7 +9,11 @@
module MatchCon ( matchConFamily ) where
IMP_Ubiq()
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
IMPORT_DELOOPER(DsLoop) ( match ) -- break match-ish loop
#else
import {-# SOURCE #-} Match
#endif
import HsSyn ( OutPat(..), HsLit, HsExpr )
import DsHsSyn ( outPatType )
......
......@@ -9,7 +9,12 @@
module MatchLit ( matchLiterals ) where
IMP_Ubiq()
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
IMPORT_DELOOPER(DsLoop) -- break match-ish and dsExpr-ish loops
#else
import {-# SOURCE #-} Match
import {-# SOURCE #-} DsExpr ( dsExpr )
#endif
import HsSyn ( HsLit(..), OutPat(..), HsExpr(..), Fixity,
Match, HsBinds, Stmt(..), DoOrListComp, HsType, ArithSeqInfo )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment