Hi, You can change the number of printed elements, e.g.

1
fsi.PrintLength <- 1000

But, be careful with stack overflows. It seems like the default list printer is not tail recursive. You might want to change the printer:

1
2
3
let print_list l = List.fold_right (fun x y -> x.ToString() + "\n" + y) l ""

fsi.AddPrinter<int list><INT list> print

Laurent

By on 10/13/2008 6:57 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper