<[email protected]> writes: > I'm just starting to learn, or trying to learn Haskell. I want to write a > function to tell me if a number's prime. This is what I've got:
Have you read through any tutorials? Do you need to write this prime detection function yourself (if so, is this homework?) or can you use a pre-defined function? -- Ivan Lazar Miljenovic [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
