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

[project @ 1998-10-21 11:46:23 by sof]

Check if tc type substitutions clone correctly
parent 8e718936
No related merge requests found
-- !! check if tc type substitutions really do
-- !! clone (or if not, work around it by cloning
-- !! all binders in first pass of the simplifier).
module ShouldCompile where
f,g :: Eq a => (a,b)
f = g
g = f
ghc: module version changed to 1; reason: no old .hi file
_exports_
ShouldCompile f g;
_declarations_
1 f _:_ _forall_ [a b] {PrelBase.Eq a} => (a, b) ;;
1 g _:_ _forall_ [a b] {PrelBase.Eq a} => (a, 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