vote up 1 vote down star
1

I'm learning to use F# to build WPF applications. I using this as reference. I'm stuck with this one example where the author is trying to

IEnumerable.untyped_to_typed

Its giving me a compile error. Is it being renamed or am I missing something?

flag

80% accept rate
Always post your error message :) – Juliet Jun 24 at 16:34

1 Answer

vote up 2 vote down check

Looks like that page is referencing previous versions of the Seq and IEnumerable modules.

Use Seq.cast instead.

link|flag
that worked. I was going crazy with it.... Thanks a lot – Vasu Balakrishnan Jun 24 at 16:40

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.