Skip to content
Snippets Groups Projects
Commit 40075824 authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

[project @ 1999-07-26 15:21:56 by simonpj]

Add tc102
parent 24cd265f
No related merge requests found
{-# OPTIONS -fglasgow-exts #-}
-- !!! Caused ghc-4.04proto to report a bogus type error
-- !!! (as reported by Keith)
-- The type error arose from a mistake in tcMatches.tc_match
-- Involves pattern type signatures
module ShouldCompile where
p = let y = p in \ (x::a) -> x
ghc: module version changed to 1; reason: no old .hi file
__export ShouldCompile p;
1 p :: __forall [a] => a -> a ;
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