Reformat
This commit is contained in:
parent
25efc19b31
commit
1d22a1c188
@ -11,7 +11,9 @@ puzzle :: Puzzle
|
|||||||
puzzle =
|
puzzle =
|
||||||
Puzzle
|
Puzzle
|
||||||
{ number = 8
|
{ 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 =
|
, parts =
|
||||||
[ uncurry \n ->
|
[ uncurry \n ->
|
||||||
TL.show
|
TL.show
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user