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

[project @ 1997-06-05 21:36:09 by sof]

new tc test
parent 2503f0e8
No related merge requests found
--!!! Mis-matched contexts in a mutually recursive group
module Foo7( f ) where
f :: (Ord c) => c -> c
f c = g c
g :: c -> c
g c = c
where p = foldr (f c) [] []
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