|
type inference cannot guess.: msg#00011lang.nemerle.devel
Hi, type inference cannot guess this. -- sample.n using System; using System.Collections.Generic; using System.Query; // LINQ def input = $ [1 .. 10] : IEnumerable [int]; // Sequence.Where (IEnumerable<T> source, Func<T, bool> predicate); mutable output = Sequence.Where (input, x => x % 2 == 0); -- error message is shown. l.n:7:18:7:32:
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: macros attached to methods, Kamil Skalski |
|---|---|
| Next by Date: | External method that use System.Query's ExtensionAttribute, Alejandro Serrano |
| Previous by Thread: | use extension methods from derived class, mei |
| Next by Thread: | Re: type inference cannot guess., Michal Moskal |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |