Q:

remove first element list haskell

a = [1, 2, 3, 4]
b = tail a
  
-- b == [2, 3, 4]
1

New to Communities?

Join the community