module Cuckery.CuckList.MartyKendall exposing (..) import Cuckery.Types exposing (..) cuckMartyKendall : Cuck cuckMartyKendall = let name : String name = "Marty Kendall" in { cuckImage = formatCuckName name , cuckName = name , cuckSocial = "Marty Kendall" , cuckDodges = [ { dodgeLink = "https://twitter.com/martykendall2" , dodgeDescription = RanAway , dodgeProposition = "to access your body fat, you need to deplete both glucose and fat from the blood first." , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = NoProp } ] }