This example is my justification for posting it here:
"NeoHaskell is cool"
|> Text.toWordList
|> List.map Text.length
|> List.map (\x -> x * x)
|> List.takeIf Int.isEven
You must log in or register to comment.
This example is my justification for posting it here:
"NeoHaskell is cool"
|> Text.toWordList
|> List.map Text.length
|> List.map (\x -> x * x)
|> List.takeIf Int.isEven