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

[project @ 2000-07-14 16:43:20 by simonpj]

Add mutually recursive kind inference test
parent 19c34632
No related merge requests found
{-# OPTIONS -fglasgow-exts #-}
-- !!! Mutually recursive kind inference
module ShouldCompile where
class Lookup c k a where
lookupAll :: Sequence seq a => c -> k -> seq a
class Lookup (s a) Int a => Sequence s a where
foo :: s 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