module Map.Creation where import Map.Types newMap :: Int -> Int -> PlayMap newMap = undefined