Skip to content

Add `head`,`tail` and `foldl` in List.

Weng Shiwei requested to merge arbipher/dcs:main into main

I need to modify Haskell's head : [a] -> a to head A : List A -> Maybe A

Merge request reports