[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) *))' N

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 ((proce

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 y