[project @ 2005-02-02 13:47:24 by simonpj]
authorsimonpj <unknown>
Wed, 2 Feb 2005 13:47:24 +0000 (13:47 +0000)
committersimonpj <unknown>
Wed, 2 Feb 2005 13:47:24 +0000 (13:47 +0000)
commit9185a42d2848131d1272e79cf1e04430fb96b6d0
treeca1b3579ff33987f0424e1b57f83094e8969c768
parenta494f0beb57477fbf5395e95dd7c55ba16882f63
[project @ 2005-02-02 13:47:24 by simonpj]
Generalise gfindtype to

gfindtype :: (Data x, Typeable y) => x -> Maybe y

(It was (Data x, Data y) => ..., but there's no reason to
require Data y.)

Pointed out by Jim Apple
Data/Generics/Schemes.hs