module Cuckery.CuckList.KaitMalthaner exposing (..) import Cuckery.Types exposing (..) cuckKaitMalthaner : Cuck cuckKaitMalthaner = let name : String name = "Kait Malthaner" in { cuckImage = formatCuckName name , cuckName = name , cuckSocial = "https://twitter.com/healthcoachkait" , cuckDodges = [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1503258756687306753?s=20" , dodgeDescription = NoReply , dodgeProposition = "omega-6 is pro-inflammatory." , dodgeNicksDoxasticState = Just Disbelief , dodgeNicksDoxasticReason = NoProp } ] }