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

[project @ 1998-12-22 10:47:43 by simonm]

Update .hi-boot files (Expr only takes one parameter and Var has none).
parent fe9ffed0
No related merge requests found
......@@ -4,5 +4,5 @@ Var Var Id ;
_declarations_
-- Used by Name
1 type Id = Var BasicTypes.Unused BasicTypes.Unused ;
1 data Var a b ;
1 type Id = Var ;
1 data Var ;
__interface Var 1 0 where
__export Var Var Id ;
-- Used by Name
1 type Id = Var BasicTypes.Unused BasicTypes.Unused ;
1 data Var a b ;
1 type Id = Var;
1 data Var ;
......@@ -4,6 +4,5 @@ CoreSyn CoreExpr ;
_declarations_
-- Needed by IdInfo
1 type CoreExpr = Expr Var.IdOrTyVar BasicTypes.Unused;
1 data Expr b f ;
1 type CoreExpr = Expr Var.IdOrTyVar;
1 data Expr b ;
__interface CoreSyn 1 0 where
__export CoreSyn CoreExpr ;
-- Needed by IdInfo
1 type CoreExpr = Expr Var.IdOrTyVar BasicTypes.Unused;
1 data Expr b f ;
1 type CoreExpr = Expr Var.IdOrTyVar;
1 data Expr b ;
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