On Thu, Apr 12, 2012 at 9:25 AM, Myles C. Maxfield
wrote:
> Hello,
> I am interested in the argument to Done, namely, leftover data. More
> specifically, when implementing a conduit/sink, what should the
> conduit specify for the (Maybe i) argument to Done in the following
> scenarios (Please note
L.S.,
I had some problems installing the branch for wxWidgets 2.8.x:
The command
cabal install 'wx < 0.90'
results in
Resolving dependencies...
Downloading wxdirect-0.90...
:
.
The dependency on wxcore in wx.cabal (version 0.13.2.1) must have an upper
limit '< 0.90' and the dependenc
CALL FOR PAPERS
16th BRAZILIAN SYMPOSIUM ON PROGRAMMING LANGUAGES
Natal, Rio Grande do Norte, Brazil
September 24-28, 2012
http://www.cbsoft.dimap.ufrn.br
===
Hi,
> scopeLookup :: String -> Q Exp
The example provided here [1] fails at runtime is no name can be
found in scope. Would it make more sense to have
scopeLookup :: [String] -> Q Exp
and have compilation fail if no name in the list is in scope?
By the way, the library brings an interesting