This repository contains an implementation of concepts from first-order logic, mainly to test my understanding as I work through Christopher C. Leary's "A Friendly Introduction to Mathematical Logic".
MIT License
0
stars
0
forks
source link
Implement more human-readable print for terms/formulas #2
Currently,
__str__
for terms/formulas return the "canonical" string representation, which may not be very human-readable.Potentially explore adding "readable_print" method that prints a more human-readable string representation of terms/formulas: