feat: updated cuck

This commit is contained in:
Nick 2024-11-17 14:09:01 -06:00
parent 2e1135e510
commit 74dfd2725c
2 changed files with 6 additions and 4 deletions

View file

@ -15,10 +15,10 @@ cuckZsofiaClemens =
, cuckSocial = "https://x.com/ClemensZsofia"
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1528377198180290561?s=20"
, dodgeDescription = NoReply
, dodgeProposition = noProposition
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = NoProp
, dodgeDescription = OutrightNo
, dodgeProposition = "Well-planned, plant-based diets are healthy."
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propPlantBasedDiets
}
]
}

View file

@ -90,6 +90,7 @@ type alias PropReasons =
, propEmpiricalClaim : String
, propAnalyticalTruth : String
, propNutritionalEpidemiology : String
, propPlantBasedDiets : String
}
@ -106,4 +107,5 @@ commonPropReasons =
, propEmpiricalClaim = "This is an empirical claim that requires empirical evidence, and none was provided."
, propAnalyticalTruth = "The proposition is simply a trivial analytical truth."
, propNutritionalEpidemiology = "With exposures matched, nutritional epidemiology agrees with nutritional randomized controlled trials approximately 91% of the time."
, propPlantBasedDiets = "The aggregate of the data suggests that appropriately supplemented plant-based diets decrease the risk of chronic disease compared to likewise meat-inclusive diets."
}