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

[project @ 1997-06-05 19:51:27 by sof]

Do not use loop breaker modules with 2.0x
parent d08e4e82
No related merge requests found
......@@ -24,7 +24,11 @@ module TcEnv(
IMP_Ubiq()
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
IMPORT_DELOOPER(TcMLoop) -- for paranoia checking
#else
import {-# SOURCE #-} TcType
#endif
import HsTypes ( HsTyVar(..) )
import Id ( SYN_IE(Id), GenId, idType, mkUserLocal, mkUserId, replaceIdInfo, getIdInfo )
......
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