[Chicken-users] combinators egg broken

2012-03-16 Thread Mark Carter
Doing 
   chicken-install combinators
causes a number of complaints:
Warning: obsolete compiler option: -lambda-lift
Note: type-definition `left-section' for toplevel binding `deprecated' 
conflicts with previously loaded type `(procedure ((procedure (#!rest) *) 
#!rest) (procedure (#!rest) *))'

Note: type-definition `right-section' for toplevel binding `deprecated' 
conflicts with previously loaded type `(procedure ((procedure (#!rest) *) 
#!rest) (procedure (#!rest) *))'

An attempt to use the egg fails:

CHICKEN
(c)2008-2011 The Chicken Team
(c)2000-2007 Felix L. Winkelmann
Version 4.7.0.5-st 
linux-unix-gnu-x86 [ manyargs dload ptables ]
compiled 2012-03-07 on miro (Linux)
#;1> (use combinators)
Error: (import) during expansion of (import ...) - cannot import from 
undefined module: combinators

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] combinators egg broken

2012-03-16 Thread Christian Kellermann
Hi Mark,

* Mark Carter  [120316 14:45]:
> Doing 
>chicken-install combinators
> causes a number of complaints:
> Warning: obsolete compiler option: -lambda-lift
> Note: type-definition `left-section' for toplevel binding `deprecated' 
> conflicts with previously loaded type `(procedure ((procedure (#!rest) *) 
> #!rest) (procedure (#!rest) *))'
> 
> Note: type-definition `right-section' for toplevel binding `deprecated' 
> conflicts with previously loaded type `(procedure ((procedure (#!rest) *) 
> #!rest) (procedure (#!rest) *))'
> 
> An attempt to use the egg fails:
> 
> CHICKEN
> (c)2008-2011 The Chicken Team
> (c)2000-2007 Felix L. Winkelmann
> Version 4.7.0.5-st 
> linux-unix-gnu-x86 [ manyargs dload ptables ]
> compiled 2012-03-07 on miro (Linux)
> #;1> (use combinators)
> Error: (import) during expansion of (import ...) - cannot import from 
> undefined module: combinators

As I can see from the documentation at
http://api.call-cc.org/doc/combinators

The egg is named combinators, but there is no such module.

Available are:

section-combinators
sort-combinators
logical-combinators
uni-combinators

etc.

These are described in the usage sections of that egg description.

In most cases egg names are equivalent to the module names they
come with. But an egg can be a collection of several modules as it
is the case here.

Does it work for you then when you select a specific combinator?

Kind regards,

Christian

-- 
9 out of 10 voices in my head say, that I am crazy,
one is humming.

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] combinators egg broken

2012-03-17 Thread Mark Carter
Christian Kellermann 

> * Mark Carter  [120316 14:45]:
> >chicken-install combinators
> > An attempt to use the egg fails:
> > Error: (import) during expansion of (import ...) - cannot import from

> The egg is named combinators, but there is no such module.

> Does it work for you then when you select a specific combinator?

Yes, it does. Thanks. My bad. My apologies for that.

___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users