disco-lang / disco

Functional teaching language for use in a discrete mathematics course
Other
164 stars 23 forks source link

Allow combining propositions with binary operators, and rework test result reporting #368

Closed byorgey closed 1 year ago

byorgey commented 1 year ago

Propositions can now be combined with operators like /\, \/, and ->. Test result reporting for such propositions reports a tree of reasons explaining whether each part is {possibly, certainly} {true, false}.