feat: some stuff

This commit is contained in:
Nick 2024-11-16 15:50:33 -06:00
parent 31e9d1cef2
commit bdd63d8494
15 changed files with 181 additions and 16 deletions

View file

@ -1,7 +1,7 @@
module Cuckery.CuckList.AdamSinger exposing (..)
module Cuckery.CuckList.AdamSinger.AdamSinger exposing (..)
import Cuckery.Types exposing (..)
import Cuckery.Helpers exposing (..)
import Cuckery.Types exposing (..)
cuckAdamSinger : Cuck

View file

@ -38,7 +38,7 @@ makeDodge dodgeEntry index =
text
(case dodgeEntry.dodgeDescription of
NoReply ->
"Invitation extended with no response"
"Debate invitation extended with no response"
RanAway ->
"Engaged in written debate and ran away when cornered"

View file

View file

@ -0,0 +1 @@
module Debate.Arguments.Ancestry.AntagonisticPleiotropy exposing (..)

View file

@ -0,0 +1 @@
module Debate.Arguments.Ancestry.ArtificialManipulation exposing (..)

View file

@ -0,0 +1,53 @@
module Debate.Arguments.Ancestry.HeathSeeker exposing (..)
import Debate.Types exposing (..)
argumentHealthSeeker : Argument
argumentHealthSeeker =
{ argumentTitle = "Title"
, propositionTitle = "Proposition"
, propositionSummary = "Summary"
, definitionTable =
[ { definiendum = ""
, definiens = "prop 1"
}
, { definiendum = ""
, definiens = "prop 2"
}
, { definiendum = ""
, definiens = "prop 3"
}
, { definiendum = ""
, definiens = "prop 4"
}
, { definiendum = ""
, definiens = "prop 5"
}
, { definiendum = ""
, definiens = "variable 1"
}
]
, argumentFormalization =
[ { premises =
[ { premise = "premise 1"
, notation = ""
}
, { premise = "premise 2"
, notation = ""
}
, { premise = "premise 3"
, notation = ""
}
, { premise = "premise 4"
, notation = ""
}
, { premise = "premise 5"
, notation = ""
}
]
, conclusion = "conclusion"
, conclusionNotation = "()"
}
]
}

View file

@ -0,0 +1 @@
module Debate.Arguments.Ancestry.ImmortalityReductio exposing (..)

View file

@ -0,0 +1 @@
module Debate.Arguments.Ancestry.PolyphenolReductio exposing (..)

View file

@ -0,0 +1 @@
module Debate.Arguments.Ethics.Abortion exposing (..)

View file

@ -0,0 +1 @@
module Debate.Arguments.Ethics.EfilismPatrolSquad exposing (..)

0
frontend/src/Debate/Arguments/Ethics/EthicalSlurs.elm Normal file → Executable file
View file

View file

@ -0,0 +1,53 @@
module Debate.Arguments.Nutrition.AnabolicKeto exposing (..)
import Debate.Types exposing (..)
argumentAnabolicKeto : Argument
argumentAnabolicKeto =
{ argumentTitle = "Title"
, propositionTitle = "Proposition"
, propositionSummary = "Summary"
, definitionTable =
[ { definiendum = ""
, definiens = "prop 1"
}
, { definiendum = ""
, definiens = "prop 2"
}
, { definiendum = ""
, definiens = "prop 3"
}
, { definiendum = ""
, definiens = "prop 4"
}
, { definiendum = ""
, definiens = "prop 5"
}
, { definiendum = ""
, definiens = "variable 1"
}
]
, argumentFormalization =
[ { premises =
[ { premise = "premise 1"
, notation = ""
}
, { premise = "premise 2"
, notation = ""
}
, { premise = "premise 3"
, notation = ""
}
, { premise = "premise 4"
, notation = ""
}
, { premise = "premise 5"
, notation = ""
}
]
, conclusion = "conclusion"
, conclusionNotation = "()"
}
]
}

View file

@ -9,45 +9,45 @@ argumentMalondialdehyde =
, propositionTitle = "Proposition"
, propositionSummary = "Summary"
, definitionTable =
[ { definiendum = "C(x)"
[ { definiendum = ""
, definiens = "prop 1"
}
, { definiendum = "B(x)"
, { definiendum = ""
, definiens = "prop 2"
}
, { definiendum = "D(x)"
, { definiendum = ""
, definiens = "prop 3"
}
, { definiendum = "S(x)"
, { definiendum = ""
, definiens = "prop 4"
}
, { definiendum = "A(x)"
, { definiendum = ""
, definiens = "prop 5"
}
, { definiendum = "r"
, { definiendum = ""
, definiens = "variable 1"
}
]
, argumentFormalization =
[ { premises =
[ { premise = "premise 1"
, notation = "(x(CxBx))"
, notation = ""
}
, { premise = "premise 2"
, notation = "(x(¬CxDx))"
, notation = ""
}
, { premise = "premise 3"
, notation = "(¬Cr)"
, notation = ""
}
, { premise = "premise 4"
, notation = "(¬BrDrSr)"
, notation = ""
}
, { premise = "premise 5"
, notation = "(SrAr)"
, notation = ""
}
]
, conclusion = "conclusion"
, conclusionNotation = "(Ar)"
, conclusionNotation = "()"
}
]
}

View file

@ -0,0 +1,53 @@
module Debate.Arguments.Template exposing (..)
import Debate.Types exposing (..)
argumentTemplate : Argument
argumentTemplate =
{ argumentTitle = "Title"
, propositionTitle = "Proposition"
, propositionSummary = "Summary"
, definitionTable =
[ { definiendum = ""
, definiens = "prop 1"
}
, { definiendum = ""
, definiens = "prop 2"
}
, { definiendum = ""
, definiens = "prop 3"
}
, { definiendum = ""
, definiens = "prop 4"
}
, { definiendum = ""
, definiens = "prop 5"
}
, { definiendum = ""
, definiens = "variable 1"
}
]
, argumentFormalization =
[ { premises =
[ { premise = "premise 1"
, notation = ""
}
, { premise = "premise 2"
, notation = ""
}
, { premise = "premise 3"
, notation = ""
}
, { premise = "premise 4"
, notation = ""
}
, { premise = "premise 5"
, notation = ""
}
]
, conclusion = "conclusion"
, conclusionNotation = "()"
}
]
}

View file

@ -3,7 +3,7 @@ module Pages.Dodgers exposing (Model, Msg, page)
import Config.Colour as T exposing (..)
import Config.Format as O exposing (..)
import Config.Identity as I exposing (..)
import Cuckery.CuckList.AdamSinger exposing (cuckAdamSinger)
import Cuckery.CuckList.AdamSinger.AdamSinger exposing (cuckAdamSinger)
import Cuckery.CuckList.AmberOHearn exposing (cuckAmberOHearn)
import Cuckery.CuckList.AnnChilders exposing (cuckAnnChilders)
import Cuckery.CuckList.AnthonyGustin exposing (cuckAnthonyGustin)