Re: [Haskell-cafe] testing if values can be applied to polymorphic functions

2012-10-24 Thread Michael Sloan
Hey! I was doing similar things with my project haskellion ( which I know you've seen because you're the only one that's commented on it - http://www.youtube.com/watch?v=gn_ZZiXVlNYfeature=plcp ). I'm not planning on getting back to work on it anytime soon (there's way too much Haskell stuff I

[Haskell-cafe] testing if values can be applied to polymorphic functions

2012-10-22 Thread alex
Hi all, A while ago I made an unusual visual front-end for Haskell: http://www.youtube.com/watch?v=5KtFlGEVFGE https://github.com/yaxu/texture It applies functions that are both proximal in Euclidean space, and type-compatible. It 'compiles' to Haskell, piped into ghci, but I (probably