feat: bigass cuck salad

This commit is contained in:
Nick 2024-11-14 01:16:09 -06:00
parent 74bc980a08
commit a3ad02ad9d
40 changed files with 1631 additions and 1069 deletions

View file

@ -5,13 +5,18 @@ import Cuckery.Types exposing (..)
cuckAdamSinger : Cuck cuckAdamSinger : Cuck
cuckAdamSinger = cuckAdamSinger =
{ cuckImage = "adamsinger" let
, cuckName = "Adam Singer" name : String
name =
"Adam Singer"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://twitter.com/AdamSinger" , cuckSocial = "https://twitter.com/AdamSinger"
, cuckDodges = , cuckDodges =
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1447245484356108292?s=20" [ { dodgeLink = "https://twitter.com/TheNutrivore/status/1566491269194719232?s=20"
, dodgeDescription = RanAway , dodgeDescription = NoReply
, dodgeProposition = "diets humans thrived on in the wild, sans dentists and doctors, are correct.diets humans thrived on in the wild, sans dentists and doctors, are correct.diets humans thrived on in the wild, sans dentists and doctors, are correct.diets humans thrived on in the wild, sans dentists and doctors, are correct.diets humans thrived on in the wild, sans dentists and doctors, are correct." , dodgeProposition = noProposition
, dodgeNicksDoxasticState = Nothing , dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = NoProp , dodgeNicksDoxasticReason = NoProp
} }

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.AmblerOHearn exposing (..)
import Cuckery.Types exposing (..)
cuckAmberOHearn : Cuck
cuckAmberOHearn =
let
name : String
name =
"Amber O Hearn"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://twitter.com/KetoCarnivore"
, cuckDodges =
[ { dodgeLink = "https://twitter.com/FusionProgGuy/status/1413888976281169922?s=20"
, dodgeDescription = NoReply
, dodgeProposition = noProposition
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.AnnChilders exposing (..)
import Cuckery.Types exposing (..)
cuckAnnChilders : Cuck
cuckAnnChilders =
let
name : String
name =
"Ann Childers"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://twitter.com/AnnChildersMD"
, cuckDodges =
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1447245484356108292?s=20"
, dodgeDescription = RanAway
, dodgeProposition = "diets humans thrived on in the wild, sans dentists and doctors, are correct."
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = Vague
}
]
}

View file

@ -5,13 +5,18 @@ import Cuckery.Types exposing (..)
cuckAnthonyGustin : Cuck cuckAnthonyGustin : Cuck
cuckAnthonyGustin = cuckAnthonyGustin =
{ cuckImage = "adamsinger" let
, cuckName = "Adam Singer" name : String
, cuckSocial = "https://twitter.com/AdamSinger" name =
"Anthony Gustin"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://twitter.com/dranthonygustin"
, cuckDodges = , cuckDodges =
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1447245484356108292?s=20" [ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1482502242632552449?s=20"
, dodgeDescription = RanAway , dodgeDescription = GhostedMe
, dodgeProposition = "diets humans thrived on in the wild, sans dentists and doctors, are correct." , dodgeProposition = "seed oils are not a significant, independent risk factor for public health."
, dodgeNicksDoxasticState = Just Belief , dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = NoProp , dodgeNicksDoxasticReason = NoProp
} }

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.AshwaniGarg exposing (..)
import Cuckery.Types exposing (..)
cuckAshwaniGarg : Cuck
cuckAshwaniGarg =
let
name : String
name =
"Ashwani Garg"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://twitter.com/agargmd"
, cuckDodges =
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1443328350982967303?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "representing the protein content of beans by dry weight is misleading."
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.AustinHerbert exposing (..)
import Cuckery.Types exposing (..)
cuckAustinHerbert : Cuck
cuckAustinHerbert =
let
name : String
name =
"Austin Herbert"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://x.com/_AustinHerbert"
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1663698981833277440"
, dodgeDescription = NoReply
, dodgeProposition = noProposition
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.BartKay exposing (..)
import Cuckery.Types exposing (..)
cuckBartKay : Cuck
cuckBartKay =
let
name : String
name =
"Bart Kay"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://twitter.com/@Bart_WT_Kay"
, cuckDodges =
[ { dodgeLink = "https://www.youtube.com/watch?v=M7vTJ02xxrw"
, dodgeDescription = RanAway
, dodgeProposition = "a 100% Carnivore diet is the appropriate and best health choice for all people."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = Vague
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.BenBikman exposing (..)
import Cuckery.Types exposing (..)
cuckBenBikman : Cuck
cuckBenBikman =
let
name : String
name =
"Ben Bikman"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://twitter.com/BenBikmanPhD"
, cuckDodges =
[ { dodgeLink = "https://twitter.com/TheNutrivore/status/1587547250074746880?s=19"
, dodgeDescription = NoReply
, dodgeProposition = "the diet-heart hypothesis is false."
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.BennyMalone exposing (..)
import Cuckery.Types exposing (..)
cuckBennyMalone : Cuck
cuckBennyMalone =
let
name : String
name =
"Benny Malone"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://twitter.com/bennymaloneUK"
, cuckDodges =
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1530933999610171392?s=20"
, dodgeDescription = RanAway
, dodgeProposition = "eating oysters is compatible with veganism."
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.BradCampbell exposing (..)
import Cuckery.Types exposing (..)
cuckBradCampbell : Cuck
cuckBradCampbell =
let
name : String
name =
"Brad Campbell"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://twitter.com/DrBradCampbell"
, cuckDodges =
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1530933999610171392?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "canola oil kills you slowly."
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.BradCohn exposing (..)
import Cuckery.Types exposing (..)
cuckBradCohn : Cuck
cuckBradCohn =
let
name : String
name =
"Brad Cohn"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://x.com/BradCohn"
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1687535030862831616"
, dodgeDescription = NoReply
, dodgeProposition = "seed oils are not a significant, independent concern for public health."
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.BradMarshall exposing (..)
import Cuckery.Types exposing (..)
cuckBradMarshall : Cuck
cuckBradMarshall =
let
name : String
name =
"Brad Marshall"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://x.com/fire_bottle"
, cuckDodges =
[ { dodgeLink = "https://x.com/fire_bottle"
, dodgeDescription = InTooDeep
, dodgeProposition = "seed oils are not a significant, independent concern for public health."
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,30 @@
module Cuckery.CuckList.BrianKerley exposing (..)
import Cuckery.Types exposing (..)
cuckBrianKerley : Cuck
cuckBrianKerley =
let
name : String
name =
"Brian Kerley"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://twitter.com/SeedOilDsrspctr"
, cuckDodges =
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1483889771134926849?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "seed oils are not a significant, independent risk factor for public health."
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = NoProp
}
, { dodgeLink = "https://x.com/TheNutrivore/status/1783200352646619227"
, dodgeDescription = NoReply
, dodgeProposition = "seed oils are not a significant, independent risk factor for public health."
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.CarnivoreAurelius exposing (..)
import Cuckery.Types exposing (..)
cuckCarnivoreAurelius : Cuck
cuckCarnivoreAurelius =
let
name : String
name =
"Carnivore Aurelius"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://twitter.com/AlpacaAurelius"
, cuckDodges =
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1538272143061815299?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "vegans kill 100x more animals."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,72 @@
module Cuckery.CuckList.CateShanahan exposing (..)
import Cuckery.Types exposing (..)
cuckCateShanahan : Cuck
cuckCateShanahan =
let
name : String
name =
"Cate Shanahan"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://twitter.com/drcateshanahan"
, cuckDodges =
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1266438463634632709?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "seed oils are pro-inflammatory."
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = NoProp
}
, { dodgeLink = "https://twitter.com/The_Nutrivore/status/1479497980570857474?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "those who defend seed oils are just regurgitating the garbage that the AHA pumps out."
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = NoProp
}
, { dodgeLink = "https://twitter.com/The_Nutrivore/status/1487215337116508162?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "seed oils are toxic."
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = NoProp
}
, { dodgeLink = "https://twitter.com/drcateshanahan/status/1516904406805057537?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "current levels of seed oil consumption are the main driver of the obesity and chronic disease."
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = NoProp
}
, { dodgeLink = "https://twitter.com/The_Nutrivore/status/1537544882532716544?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "Nick is just following the AHA marching orders."
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = NoProp
}
, { dodgeLink = "https://x.com/TheNutrivore/status/1778616438116483102"
, dodgeDescription = RanAway
, dodgeProposition = "seed oils are not a significant, independent risk factor for public health."
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = NoProp
}
, { dodgeLink = "https://x.com/TheNutrivore/status/1779185488521310601"
, dodgeDescription = OutrightNo
, dodgeProposition = "seed oils are not a significant, independent risk factor for public health."
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = NoProp
}
, { dodgeLink = "https://x.com/TheNutrivore/status/1778616438116483102"
, dodgeDescription = KillScreen
, dodgeProposition = "seed oils are not a significant, independent risk factor for public health."
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = NoProp
}
, { dodgeLink = "https://x.com/TheNutrivore/status/1798766450255253987"
, dodgeDescription = KillScreen
, dodgeProposition = "current levels of seed oil consumption are the main driver of heart disease."
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.ChrisBoettcher exposing (..)
import Cuckery.Types exposing (..)
cuckChrisBoettcher : Cuck
cuckChrisBoettcher =
let
name : String
name =
"Chris Boettcher"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://x.com/chrisboettcher9"
, cuckDodges =
[ { dodgeLink = "https://x.com/MeggGawat/status/1669691841682210822"
, dodgeDescription = NoReply
, dodgeProposition = "seed oils are making you fat, depressed, and sick."
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.ClaraAboel exposing (..)
import Cuckery.Types exposing (..)
cuckClaraAboel : Cuck
cuckClaraAboel =
let
name : String
name =
"Clara Aboel"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://x.com/AIWellnessCoach"
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1727510906655969736"
, dodgeDescription = NoReply
, dodgeProposition = "polyunsaturated fatty acids are known to initiate cancer."
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.ClemensZsofia exposing (..)
import Cuckery.Types exposing (..)
cuckClemensZsofia : Cuck
cuckClemensZsofia =
let
name : String
name =
"Clemens Zsófia"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://twitter.com/ClemensZsofia"
, cuckDodges =
[ { dodgeLink = "https://twitter.com/TheNutrivore/status/1528377198180290561?s=20"
, dodgeDescription = NoReply
, dodgeProposition = noProposition
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,30 @@
module Cuckery.CuckList.CliffHarvey exposing (..)
import Cuckery.Types exposing (..)
cuckCliffHarvey : Cuck
cuckCliffHarvey =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "Cliff Harvey"
, cuckDodges =
[ { dodgeLink = "https://twitter.com/CarbAppropriate/status/1372281626206507010?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "saturated fat in the diet does not independently increase the risk of mortality."
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = NoProp
}
, { dodgeLink = "https://twitter.com/The_Nutrivore/status/1500650543886204929?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "saturated fat in the diet does not independently increase the risk of mortality."
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.DaveFeldman exposing (..)
import Cuckery.Types exposing (..)
cuckDaveFeldman : Cuck
cuckDaveFeldman =
let
name : String
name =
"Dave Feldman"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://twitter.com/realDaveFeldman"
, cuckDodges =
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1306625219440730118?s=20"
, dodgeDescription = NoReply
, dodgeProposition = noProposition
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.Template%20copy%2010 exposing (..)module Cuckery.CuckList.Template exposing (..)
import Cuckery.Types exposing (..)
templateCuck : Cuck
templateCuck =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = ""
, cuckDodges =
[ { dodgeLink = ""
, dodgeDescription = NoReply
, dodgeProposition = "."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.Template%20copy%2011 exposing (..)module Cuckery.CuckList.Template exposing (..)
import Cuckery.Types exposing (..)
templateCuck : Cuck
templateCuck =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = ""
, cuckDodges =
[ { dodgeLink = ""
, dodgeDescription = NoReply
, dodgeProposition = "."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.Template%20copy%2012 exposing (..)module Cuckery.CuckList.Template exposing (..)
import Cuckery.Types exposing (..)
templateCuck : Cuck
templateCuck =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = ""
, cuckDodges =
[ { dodgeLink = ""
, dodgeDescription = NoReply
, dodgeProposition = "."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.Template%20copy%2013 exposing (..)module Cuckery.CuckList.Template exposing (..)
import Cuckery.Types exposing (..)
templateCuck : Cuck
templateCuck =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = ""
, cuckDodges =
[ { dodgeLink = ""
, dodgeDescription = NoReply
, dodgeProposition = "."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.Template%20copy%2014 exposing (..)module Cuckery.CuckList.Template%20copy%2014 exposing (..)module Cuckery.CuckList.Template exposing (..)
import Cuckery.Types exposing (..)
templateCuck : Cuck
templateCuck =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = ""
, cuckDodges =
[ { dodgeLink = ""
, dodgeDescription = NoReply
, dodgeProposition = "."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.Template%20copy%2015 exposing (..)module Cuckery.CuckList.Template exposing (..)
import Cuckery.Types exposing (..)
templateCuck : Cuck
templateCuck =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = ""
, cuckDodges =
[ { dodgeLink = ""
, dodgeDescription = NoReply
, dodgeProposition = "."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.Template%20copy%2016 exposing (..)module Cuckery.CuckList.Template exposing (..)
import Cuckery.Types exposing (..)
templateCuck : Cuck
templateCuck =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = ""
, cuckDodges =
[ { dodgeLink = ""
, dodgeDescription = NoReply
, dodgeProposition = "."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.Template%20copy%2017 exposing (..)module Cuckery.CuckList.Template exposing (..)
import Cuckery.Types exposing (..)
templateCuck : Cuck
templateCuck =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = ""
, cuckDodges =
[ { dodgeLink = ""
, dodgeDescription = NoReply
, dodgeProposition = "."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.Template%20copy%2018 exposing (..)module Cuckery.CuckList.Template exposing (..)
import Cuckery.Types exposing (..)
templateCuck : Cuck
templateCuck =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = ""
, cuckDodges =
[ { dodgeLink = ""
, dodgeDescription = NoReply
, dodgeProposition = "."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.Template%20copy%2019 exposing (..)module Cuckery.CuckList.Template exposing (..)
import Cuckery.Types exposing (..)
cuckCliffHarvey : Cuck
cuckCliffHarvey =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = ""
, cuckDodges =
[ { dodgeLink = ""
, dodgeDescription = NoReply
, dodgeProposition = "."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.Template%20copy%204 exposing (..)module Cuckery.CuckList.Template exposing (..)
import Cuckery.Types exposing (..)
templateCuck : Cuck
templateCuck =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = ""
, cuckDodges =
[ { dodgeLink = ""
, dodgeDescription = NoReply
, dodgeProposition = "."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.Template%20copy%205 exposing (..)module Cuckery.CuckList.Template exposing (..)
import Cuckery.Types exposing (..)
templateCuck : Cuck
templateCuck =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = ""
, cuckDodges =
[ { dodgeLink = ""
, dodgeDescription = NoReply
, dodgeProposition = "."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.Template%20copy%206 exposing (..)module Cuckery.CuckList.Template exposing (..)
import Cuckery.Types exposing (..)
templateCuck : Cuck
templateCuck =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = ""
, cuckDodges =
[ { dodgeLink = ""
, dodgeDescription = NoReply
, dodgeProposition = "."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.Template%20copy%207 exposing (..)module Cuckery.CuckList.Template exposing (..)
import Cuckery.Types exposing (..)
templateCuck : Cuck
templateCuck =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = ""
, cuckDodges =
[ { dodgeLink = ""
, dodgeDescription = NoReply
, dodgeProposition = "."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.Template%20copy%208 exposing (..)module Cuckery.CuckList.Template exposing (..)
import Cuckery.Types exposing (..)
templateCuck : Cuck
templateCuck =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = ""
, cuckDodges =
[ { dodgeLink = ""
, dodgeDescription = NoReply
, dodgeProposition = "."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.Template%20copy%209 exposing (..)module Cuckery.CuckList.Template exposing (..)
import Cuckery.Types exposing (..)
templateCuck : Cuck
templateCuck =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = ""
, cuckDodges =
[ { dodgeLink = ""
, dodgeDescription = NoReply
, dodgeProposition = "."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.Template%20copy exposing (..)module Cuckery.CuckList.Template exposing (..)
import Cuckery.Types exposing (..)
templateCuck : Cuck
templateCuck =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = ""
, cuckDodges =
[ { dodgeLink = ""
, dodgeDescription = NoReply
, dodgeProposition = "."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.Template exposing (..)
import Cuckery.Types exposing (..)
templateCuck : Cuck
templateCuck =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = ""
, cuckDodges =
[ { dodgeLink = ""
, dodgeDescription = NoReply
, dodgeProposition = "."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}

View file

@ -36,3 +36,19 @@ type DoxasticState
type Reason type Reason
= NoProp = NoProp
| Vague | Vague
type alias FormattedCuckName =
String
formatCuckName : String -> FormattedCuckName
formatCuckName name =
name
|> String.toLower
|> String.replace " " ""
noProposition : String
noProposition =
"N/A"

File diff suppressed because it is too large Load diff