http://swannodette.github.io/mori/#takeWhile ``` a = [0,1,2,3,4,5,6,7,8,9] mori.takeWhile ((n) -> n < 5), r // => (0 1 2 3 4) ``` ((n) -> n < 5), **r** => ((n) -> n < 5), **a**