Reformat
This commit is contained in:
parent
25efc19b31
commit
1d22a1c188
@ -11,7 +11,9 @@ puzzle :: Puzzle
|
||||
puzzle =
|
||||
Puzzle
|
||||
{ number = 8
|
||||
, parser = \isRealData -> (if isRealData then 1000 else 10,) <$> (V3 <$> decimal <* single ',' <*> decimal <* single ',' <*> decimal) `sepEndBy` newline
|
||||
, parser = \isRealData ->
|
||||
(if isRealData then 1000 else 10,)
|
||||
<$> (V3 <$> decimal <* single ',' <*> decimal <* single ',' <*> decimal) `sepEndBy` newline
|
||||
, parts =
|
||||
[ uncurry \n ->
|
||||
TL.show
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user