Implement first weapon into tree structure
This commit is contained in:
@@ -34,3 +34,5 @@ Make a singleton dead end of an Either Tree.
|
||||
-}
|
||||
deadRoom :: a -> Tree (Either a a)
|
||||
deadRoom r = Node (Left r) []
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user