ed963 / fol_ly

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

Open ed963 opened 2 months ago

ed963 commented 2 months ago

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: