Skip to content
Snippets Groups Projects
Commit fcfeeba0 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-11-13 10:52:43 by simonm]

add missing import of Id(..).
parent 619484b0
No related merge requests found
......@@ -17,7 +17,7 @@ import DsMonad
import DsUtils
import CoreUtils ( coreExprType )
import Id ( dataConArgTys, dataConTyCon, idType )
import Id ( Id(..), dataConArgTys, dataConTyCon, idType )
import Maybes ( maybeToBool )
import Outputable ( PprStyle(..), Outputable(..) )
import PprType ( GenType{-instances-} )
......
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