module Debate.Arguments.Nutrition.Malondialdehyde exposing (..) import Debate.Types exposing (..) argumentMalondialdehyde : Argument argumentMalondialdehyde = { argumentTitle = "Title" , propositionTitle = "Proposition" , propositionSummary = "Summary" , proofLink = "" , definitionTable = [ { definiendum = "" , definiens = "" } , { definiendum = "" , definiens = "" } , { definiendum = "" , definiens = "" } , { definiendum = "" , definiens = "" } , { definiendum = "" , definiens = "" } , { definiendum = "" , definiens = "" } ] , argumentFormalization = [ { premises = [ { premise = "" , notation = "" } , { premise = "" , notation = "" } , { premise = "" , notation = "" } , { premise = "" , notation = "" } , { premise = "" , notation = "" } ] , conclusion = "" , conclusionNotation = "(∴)" } ] }