Haskell Head Of List

[Solved] Haskell Head Of List | Haskell - Code Explorer | yomemimo.com
Question : haskell head of list

Answered by : lara-combina

headl :: [a] -> a
headl (x:xs) = x 

Source : | Last Update : Mon, 29 Aug 22

Answers related to haskell head of list

Code Explorer Popular Question For Haskell