feat: cucks done

This commit is contained in:
Nick 2024-11-14 04:11:12 -06:00
parent 671195480b
commit 6bfa1d55f5
39 changed files with 1049 additions and 598 deletions

View file

@ -0,0 +1,36 @@
module Cuckery.CuckList.PaulMason exposing (..)
import Cuckery.Types exposing (..)
cuckPaulMason : Cuck
cuckPaulMason =
let
name : String
name =
"Paul Mason"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://twitter.com/DrPaulMason"
, cuckDodges =
[ { dodgeLink = "https://twitter.com/Tom_Babington1/status/1361644276866830337?s=20"
, dodgeDescription = NoReply
, dodgeProposition = noProposition
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = NoProp
}
, { dodgeLink = "https://twitter.com/IdanOnTweeter/status/1373233980594618371?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Ancel Keys' Seven Countries Study was flawed."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
, { dodgeLink = "https://twitter.com/The_Nutrivore/status/1461361726943760391?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "dietary linoleic acid is not a significant, independent concern for the development of chronic diseases."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}