module Debate.Arguments.Veganism.ObligatoryActivism exposing (..) import Debate.Types exposing (..) argumentObligatoryActivism : Argument argumentObligatoryActivism = { 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 = "(∴)" } ] }