On Sat, Aug 17, 2013 at 5:59 PM, Hartmut Pfarr <[email protected]>wrote:
> query_ conn "select 2 + 2" > > I've no errors any more. > But: I don't see any result (for sure, it is not coeded yet) > Yes, because you're not capturing it; it's the return value from `query_`, which you are throwing away above instead of capturing with some kind of `res <- query_ ...`. Again, see that section of the documentation I pointed to for how to get results. -- brandon s allbery kf8nh sine nomine associates [email protected] [email protected] unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
