summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2022-10-24 20:48:53 -0400
committerAndrew Cady <d@jerkface.net>2022-10-24 20:48:53 -0400
commit1d36359ed572fe04b03a6cb5acc83f6c388703aa (patch)
treed45172d94cacfc1faf3466e489337ca5d432f8cd
parent2ab7f6802350ff31052568dbd80f9ff80b252fb5 (diff)
remove unused hard-coded lift data
-rwxr-xr-xrepgoal.hs19
1 files changed, 1 insertions, 18 deletions
diff --git a/repgoal.hs b/repgoal.hs
index a7b2fbf..0ceaf46 100755
--- a/repgoal.hs
+++ b/repgoal.hs
@@ -87,22 +87,6 @@ data LiftRecord = LiftRecord {
87 stats :: [Performance] 87 stats :: [Performance]
88} deriving Generic deriving (Read, Show) via Surgery Derecordify LiftRecord 88} deriving Generic deriving (Read, Show) via Surgery Derecordify LiftRecord
89 89
90initial' :: [LiftRecord]
91initial' =
92 [
93 LiftRecord "Squat" [Achieved 6 270, Achieved 8 255, Achieved 5 285, Achieved 10 255, Achieved 7 280],
94 LiftRecord "Bench" [Achieved 7 190, Achieved 9 180, Achieved 4 205, Achieved 11 180, Achieved 8 200],
95 LiftRecord "Deadlift" [Achieved 5 360, Achieved 9 315, Achieved 8 345, Achieved 7 360, Achieved 10 340],
96 -- LiftRecord "Press" [Achieved 6 130, Achieved 9 120, Achieved 4 135]
97 LiftRecord "Press" [Achieved 5 120],
98 LiftRecord "Power Clean" [Achieved 10 135],
99 LiftRecord "Push Press" [Achieved 7 135],
100 LiftRecord "Front Squat" [Achieved 5 255],
101 LiftRecord "Left-Arm Snatch" [Achieved 3 85],
102 LiftRecord "Right-Arm Snatch" [Achieved 3 85],
103 LiftRecord "Overhead Squat" [Achieved 5 65]
104 ]
105
106-- "I highly recommend having a goal in mind for these last sets. Sit down the 90-- "I highly recommend having a goal in mind for these last sets. Sit down the
107-- night before, or the week before, and think of the number of reps you’d like 91-- night before, or the week before, and think of the number of reps you’d like
108-- to hit. See yourself doing it. Write it down and visualize the bar in your 92-- to hit. See yourself doing it. Write it down and visualize the bar in your
@@ -274,8 +258,7 @@ routine =
274 , Set.fromList ["Push Press", "Power Clean"] 258 , Set.fromList ["Push Press", "Power Clean"]
275 ] 259 ]
276 260
277main, main' :: IO () 261main :: IO ()
278main' = pPrint initial'
279main = do 262main = do
280 let buildVty = V.mkVty V.defaultConfig 263 let buildVty = V.mkVty V.defaultConfig
281 vty <- buildVty 264 vty <- buildVty