Type checking of partial programs

Is anybody interested in working on this? This is a project I've been
interested in for some time, but recognize I probably need some guidance
before I go off and start hacking on it. As dcoutts pointed out on
#haskell-soc, this may be of particular interest to people working on yi and
HaRe. Other interesting and related projects include parsing partial
programs to insert "placeholders" in appropriate places. An example of a
partial program could be:
foo :: [Foo] ->

2008/3/20 ac
Is anybody interested in working on this? This is a project I've been interested in for some time, but recognize I probably need some guidance before I go off and start hacking on it. As dcoutts pointed out on #haskell-soc, this may be of particular interest to people working on yi and HaRe. Other interesting and related projects include parsing partial programs to insert "placeholders" in appropriate places. An example of a partial program could be:
foo :: [Foo] ->
foo xs = map xs What are the possible type signatures for placeholder 1 and the possible expressions for placeholder 2?
(I'm maintainer of Yi)
It turns out that
participants (2)
-
ac
-
Jean-Philippe Bernardy