[Mono-bugs] [Bug 419828] Verifier causes F# to fail on Mono trunk

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun May 10 14:37:05 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=419828

User miguel at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=419828#c6





--- Comment #6 from Miguel de Icaza <miguel at novell.com>  2009-05-10 12:37:05 MDT ---
This version (wooohoo!   my first F# mod!) prints the lines, and verifies that
the compiled version works, the interpreted one, does not:

#light

let rec map f l =
    match l with
    | [] -> []
    | h::t -> f h :: map f t

map (fun x -> System.Console.WriteLine ((int) x), x * 2) [1 .. 10]

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list