8 lines
209 B
Haskell
8 lines
209 B
Haskell
module Dodge.TestString where
|
|
import Dodge.Data
|
|
|
|
testStringInit :: Universe -> [String]
|
|
testStringInit _ = []
|
|
--testStringInit = map (show . _drStatus) . IM.elems . _doors
|
|
--testStringInit = const . const []
|