feat: uncucked my arguments

This commit is contained in:
Nick 2024-11-22 15:10:32 -06:00
parent 73a5a13100
commit 4d59a6997c
53 changed files with 391 additions and 524 deletions

View file

@ -5,12 +5,11 @@ import Debate.Types exposing (..)
argument : Argument
argument =
{ argumentTitle = "Title"
, propositionTitle = "Proposition"
{ argumentTitle = ""
, propositionTitle = ""
, propositionReductio = ""
, propositionSummary = "Summary"
, propositionSummary = ""
, proofLink = ""
, proofText = ""
, definitionTable =
[ { definiendum = ""
, definiens = ""
@ -50,7 +49,7 @@ argument =
}
]
, conclusion = ""
, conclusionNotation = "()"
, conclusionNotation = ""
}
]
}