module Cuckery.CuckList.MartyKendall.MartyKendall exposing (..) import Cuckery.Types exposing (..) cuckMartyKendall : Cuck cuckMartyKendall = let name : String name = "Marty Kendall" in { cuckImage = formatCuckName name , cuckName = name , cuckSocial = "https://x.com/martykendall2" , cuckDodges = [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1310548994804809729" , dodgeDescription = RanAway , dodgeProposition = "To access your body fat, you need to deplete both glucose and fat from the blood first." , dodgeFallacy = "" , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = SpecificProp "The proposition suggests that before one can liberate their body fat, they must first experience a lethal physiological event." } ] }