mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -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)"
|
, { definiendum = "A(x)"
|
||||||
, definiens = "(x) would be acting against their values"
|
, definiens = "(x) would be acting against their values"
|
||||||
}
|
}
|
||||||
, { definiendum = "someone"
|
, { definiendum = "x"
|
||||||
, definiens = "x"
|
, definiens = "someone"
|
||||||
}
|
}
|
||||||
, { definiendum = "novel foods"
|
, { definiendum = "y"
|
||||||
, definiens = "y"
|
, definiens = "novel food"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
, argumentFormalization =
|
, argumentFormalization =
|
||||||
|
|
|
@ -20,6 +20,7 @@ import Page exposing (Page)
|
||||||
import Route exposing (Route)
|
import Route exposing (Route)
|
||||||
import Shared
|
import Shared
|
||||||
import View exposing (View)
|
import View exposing (View)
|
||||||
|
import Debate.Arguments.Ancestry.PolyphenolReductio exposing (argumentPolyphenolReductio)
|
||||||
|
|
||||||
|
|
||||||
page : Shared.Model -> Route () -> Page Model Msg
|
page : Shared.Model -> Route () -> Page Model Msg
|
||||||
|
@ -112,6 +113,9 @@ debateList =
|
||||||
, arguments =
|
, arguments =
|
||||||
[ argumentEthicalSlurs
|
[ argumentEthicalSlurs
|
||||||
, argumentAntagonisticPleiotropy
|
, argumentAntagonisticPleiotropy
|
||||||
|
, argumentHealthSeeker
|
||||||
|
,argumentImmortalityReductio
|
||||||
|
, argumentPolyphenolReductio
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue