mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-15 20:15:12 -05:00
feat: fixed definition mistake
This commit is contained in:
parent
2a8d12f599
commit
1aa6599e57
2 changed files with 8 additions and 4 deletions
|
@ -22,11 +22,11 @@ argumentHealthSeeker =
|
|||
, { definiendum = "A(x)"
|
||||
, definiens = "(x) would be acting against their values"
|
||||
}
|
||||
, { definiendum = "someone"
|
||||
, definiens = "x"
|
||||
, { definiendum = "x"
|
||||
, definiens = "someone"
|
||||
}
|
||||
, { definiendum = "novel foods"
|
||||
, definiens = "y"
|
||||
, { definiendum = "y"
|
||||
, definiens = "novel food"
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
|
|
|
@ -20,6 +20,7 @@ import Page exposing (Page)
|
|||
import Route exposing (Route)
|
||||
import Shared
|
||||
import View exposing (View)
|
||||
import Debate.Arguments.Ancestry.PolyphenolReductio exposing (argumentPolyphenolReductio)
|
||||
|
||||
|
||||
page : Shared.Model -> Route () -> Page Model Msg
|
||||
|
@ -112,6 +113,9 @@ debateList =
|
|||
, arguments =
|
||||
[ argumentEthicalSlurs
|
||||
, argumentAntagonisticPleiotropy
|
||||
, argumentHealthSeeker
|
||||
,argumentImmortalityReductio
|
||||
, argumentPolyphenolReductio
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue