mirror of
https://codeberg.org/JasterV/aoc2024-haskell.git
synced 2026-04-26 18:10:05 +00:00
chore: remove unused Error type
This commit is contained in:
parent
68a1641121
commit
6e74574250
1 changed files with 0 additions and 3 deletions
|
|
@ -7,9 +7,6 @@ import qualified Data.Matrix as M
|
|||
import Data.Maybe
|
||||
import Prelude hiding (Left, Right)
|
||||
|
||||
data Error = StartingPositionNotFound
|
||||
deriving (Show)
|
||||
|
||||
partOne :: String -> Maybe Int
|
||||
partOne input = length <$> predictGuardsRoute (parseLabMap input)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue