Add files, minimal working rewind gun that must be equipped to charge
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module ListHelp
|
||||
(module Data.List
|
||||
,initOrNull
|
||||
)where
|
||||
import Data.List
|
||||
|
||||
initOrNull :: [a] -> [a]
|
||||
initOrNull [] = []
|
||||
initOrNull xs = init xs
|
||||
Reference in New Issue
Block a user