start on fillInHoles
This commit is contained in:
parent
13d288b245
commit
4e21eee91c
@ -5,6 +5,10 @@ import State
|
||||
|
||||
-- import Debug.Trace
|
||||
|
||||
-- Files in the spaces in [[a]] with [a]
|
||||
fillInHoles :: [a] -> [[a]] -> [a]
|
||||
fillInHoles filler toFill = undefined -- TODO
|
||||
|
||||
notEmptyStack :: State -> Lens' State [a] -> Bool
|
||||
notEmptyStack state accessor = not . null $ view accessor state
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user