mscarey / AuthoritySpoke

Reading legal authority for the last time
https://authorityspoke.readthedocs.io
Other
34 stars 2 forks source link

add Opinion.explain_contradiction method #66

Closed mscarey closed 5 years ago

mscarey commented 5 years ago

This would be similar to the existing Holding.explain_contradiction method, except it would first have to identify which Holding creates the contradiction, and then it would have to supply a ContextRegister showing how the contradiction happens.

Opinion.explain_implication would be more difficult (when applied to another Opinion), because it would have to explain how every single Holding of the second Opinion was implied.