Copyright | (c) Eric Mertens 2021 |
---|---|
License | ISC |
Maintainer | emertens@gmail.com |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- main :: IO ()
- initialState :: (Coord, String)
- isValidLocation :: Coord -> Bool
- nextStates :: ByteString -> (Coord, String) -> [(Coord, String)]
- directions :: ByteString -> String -> [(Char, Coord)]
Documentation
initialState :: (Coord, String) Source #
isValidLocation :: Coord -> Bool Source #
nextStates :: ByteString -> (Coord, String) -> [(Coord, String)] Source #
directions :: ByteString -> String -> [(Char, Coord)] Source #