On Mon, Aug 13, 2012 at 9:06 PM, KC wrote:
> "This part of the conditional can be written more succinctly as:
>
> all (== test_lcv) [init_lcv, update_lcv, update_lcv']"
>
> Wouldn't this be be better as tuple avoiding list overhead or does ghc
> optimize it out?
>
Haskell tuples don't work that w
On Fri, Nov 9, 2012 at 6:04 PM, Michael Mossey wrote:
> but got
> "Ambiguous model name 'Prelude': it was found in multiple packages: base
> haskel98-2.0.0.1"
>
> This sounds like something fundamental about the Haskell packages but I
> don't know enough to know what to do.
>
Modern GHC can't mix
On Tue, Jan 8, 2013 at 5:33 PM, Bob Ippolito wrote:
> - Having a PS1 prompt that contained the exit code from the last command
> was really clever, I hadn't seen that before. I'm sure some people would be
> interested in what the bashrc for that prompt looks like.
>
Just make sure promptvars is
On Thu, Mar 7, 2013 at 7:45 PM, Dan Lior wrote:
> 1) Is this the right place for newbies to post questions about Haskell?
>
This is most a list for announcements; beginn...@haskell.org is better for
these kinds of questions, and haskell-c...@haskell.org for general
discussion.
pred :: Int -> I
On Wed, Apr 3, 2013 at 5:01 AM, Angus Comber wrote:
> In the (x:xs) : just delimits each element. so x is the first element. Why
> can I not print by using x?
>
> Also xs is of what type? list of values? So does this mean x is an element
> and xs must be of type list? Confused...
>
Actually, you
On Fri, Feb 6, 2015 at 7:59 AM, Takenobu Tani wrote:
> and, to haskell-cafe,
> "Haskell Weekly News: Issue 316" original message[1] had sent only to
> haskell@haskell.org?
> (not to haskell-cafe? or my mailer trouble?)
>
gmail suppresses duplicate messages, so if you are subscribed to both lists
On Tue, Feb 10, 2015 at 6:19 PM, Tyson Whitehead
wrote:
> Out of curiosity, how would you write the special internal type that ($)
> has that separates it from ($') above?
I don't think there's any way to write the type. Remember that GHC uses
System Fc internally; that can represent more types
On Thu, Jul 30, 2015 at 12:52 PM, James M wrote:
> There was talk from an earlier email thread of releasing the Haskell
> Platform at the same time as 7.10.2.
I think the right place to ask this is librar...@haskell.org. I would
imagine they're in final testing and/or getting release packages i
There's also the path taken by Homebrew on OS X... make /usr/local owned by
you, since you probably only have one user on the machine anyway. (I
suggest avoiding any suid-root executables in /usr/local in this case.)
On Wed, Aug 5, 2015 at 10:02 PM, Haisheng Wu wrote:
> I think it depends on how
On Sat, Aug 15, 2015 at 4:26 PM, David Banas wrote:
> Davids-MacBook-Air-2:tmp dbanas$ ghci
> GHCi, version 7.10.2: http://www.haskell.org/ghc/
>
> :? for help
> : can't load .so/.DLL for: libiconv.dylib
> (dlopen(libiconv.dylib, 5): image not found)
>
This seems odd. Did you set DYLD_LIBRARY_
10 matches
Mail list logo