2024-11-14 01:37:19 -06:00
|
|
|
module Cuckery.CuckList.JamesDiNicolantonio exposing (..)
|
|
|
|
|
|
|
|
import Cuckery.Types exposing (..)
|
|
|
|
|
|
|
|
|
|
|
|
cuckJamesDiNicolantonio : Cuck
|
|
|
|
cuckJamesDiNicolantonio =
|
|
|
|
let
|
|
|
|
name : String
|
|
|
|
name =
|
|
|
|
"James DiNicolantonio"
|
|
|
|
in
|
|
|
|
{ cuckImage = formatCuckName name
|
|
|
|
, cuckName = name
|
2024-11-14 16:22:27 -06:00
|
|
|
, cuckSocial = "https://x.com/drjamesdinic"
|
2024-11-14 01:37:19 -06:00
|
|
|
, cuckDodges =
|
2024-11-14 16:22:27 -06:00
|
|
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1460788569388171268?s=20"
|
2024-11-14 01:37:19 -06:00
|
|
|
, dodgeDescription = NoReply
|
|
|
|
, dodgeProposition = "dietary linoleic acid is not a significant, independent concern for the development of chronic diseases."
|
|
|
|
, dodgeNicksDoxasticState = Just Belief
|
|
|
|
, dodgeNicksDoxasticReason = NoProp
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|