[Haskell-beginners] find by

Julian Arni julian at edx.org
Wed May 15 19:09:37 CEST 2013


(Truncated again - trying plain text. Sorry for the spam.)

I have a function that, simplifying a little, looks like this:

  fn :: [a] -> a
  fn = (head .) . takeWhile $ (\_ -> True)



More information about the Beginners mailing list