feat: updating arguments

This commit is contained in:
Nick 2024-11-16 18:34:05 -06:00
parent f2647072fb
commit 600f2ed3f4
34 changed files with 384 additions and 397 deletions

View file

@ -11,43 +11,43 @@ argumentCropDeaths =
, proofLink = ""
, definitionTable =
[ { definiendum = ""
, definiens = "prop 1"
, definiens = ""
}
, { definiendum = ""
, definiens = "prop 2"
, definiens = ""
}
, { definiendum = ""
, definiens = "prop 3"
, definiens = ""
}
, { definiendum = ""
, definiens = "prop 4"
, definiens = ""
}
, { definiendum = ""
, definiens = "prop 5"
, definiens = ""
}
, { definiendum = ""
, definiens = "variable 1"
, definiens = ""
}
]
, argumentFormalization =
[ { premises =
[ { premise = "premise 1"
[ { premise = ""
, notation = ""
}
, { premise = "premise 2"
, { premise = ""
, notation = ""
}
, { premise = "premise 3"
, { premise = ""
, notation = ""
}
, { premise = "premise 4"
, { premise = ""
, notation = ""
}
, { premise = "premise 5"
, { premise = ""
, notation = ""
}
]
, conclusion = "conclusion"
, conclusion = ""
, conclusionNotation = "()"
}
]