Ah, so is the idea, then, to use *op()* when `n` wasn't actually
constructed formally, but rather "assembled" by the user, so as to match
the type of the accessor function normally supplied as the argument to the
constructor?
On 6/7/2013 4:51 PM, Tom Ellis wrote:
> On Fri, Jun 07, 2013 at 04:05:0
Hello, everyone.
I am looking for packages on hackage which use MVars extensively. Those
which create plenty of MVars -- not just one or two for conditional
synchronization or to keep track of a value throughout the program. My
purpose is to analyze usage patterns of MVars. Does anybody have any
s
Hi Francisco,
You can try GitHub's code search
https://github.com/search?l=Haskell&q=mvar&ref=cmdform&type=Code
Cheers,
--Lucas
2013/6/12 Francisco M. Soares Nt.
> Hello, everyone.
>
> I am looking for packages on hackage which use MVars extensively. Those
> which create plenty of MVars -- no
On 12 June 2013 21:29, Francisco M. Soares Nt.
wrote:
> I am looking for packages on hackage which use MVars extensively. Those
> which create plenty of MVars
Hi Francisco,
Also take a look at Control.Concurrent.Chan in the base library:
http://hackage.haskell.org/packages/archive/base/latest/d
Welcome to issue 270 of the HWN, an issue covering crowd-sourced bits
of information about Haskell from around the web. This issue covers the
week of June 2 to 8, 2013.
Quotes of the Week
* shachaf: getLine :: IO String contains a String in the same way
/bin/ls contains a list of files.
Since mid-January, I’ve been running nightly builds of GHC on my Mac Pro for
10.8.x, 64-bit. I’ve decided to make these results publically downloadable
here:
http://ghc.newartisans.com.
The installer tarballs are in dist, while the fulltest and nofib logs are in
logs. According to Jenkins thi
In many discussions we make guesses about how much code proposals like
Functor => Monad would break.
You can use https://github.com/dterei/Hackager to build all of Hackage
(preferably in a VM).
Of course many packages have external dependencies, so I'd like to share
the following list of packages
On 13 June 2013 09:59, Niklas Hambüchen wrote:
> In many discussions we make guesses about how much code proposals like
> Functor => Monad would break.
>
> You can use https://github.com/dterei/Hackager to build all of Hackage
> (preferably in a VM).
>
> Of course many packages have external depen
First of all, thank you for your suggestions.
You can try GitHub's code search
For the moment I am ignoring Github because it's harder to separate stable
development from unstable. Even so, it might be worth the trouble to check
out github soon. Thank you, Lucas.
Also take a look at Control.Con
Today I cleared out everything, using uninstall-hs and
rm -rf ~/.cabal ~/Library/Haskell
I downloaded Haskell Platform 2013.2.0.0 64bit.pkg
and installed it.
I was unsuccessful in installing the packages I wanted
using cabal install, which suggested running ghc-pkg check.
So I cleared out everyt
I'm pleased to announce the release of Angel 0.4.2 and that I have
officially taken over maintainership of this project. Thanks to Jamie
Turner for starting such a great project and allowing me to take over this
project.
angel is a daemon that runs and monitors other processes. It is similar to
dj
* Richard A. O'Keefe [2013-06-13 17:37:57+1200]
> Today I cleared out everything, using uninstall-hs and
> rm -rf ~/.cabal ~/Library/Haskell
>
> I downloaded Haskell Platform 2013.2.0.0 64bit.pkg
> and installed it.
>
> I was unsuccessful in installing the packages I wanted
> using cabal install
My original problem was that I wanted to load a particular set of
packages using 'cabal install'. It didn't work (cabal install issues)
and while the maintainer reacted promptly and helpfully, cabal
kept on trying to install the wrong version.
Part of the problem was that blasting away ~/.cabal a
13 matches
Mail list logo