This PR removes the require feature, which greatly simplifies the implementation. require seems unnecessary, as we can use a local unfolding inside the type.
This PR also adds user-friendly output for the #print command.
But I'm not merging this directly into that branch until I've discussed it with coauthors.
This PR removes the
require
feature, which greatly simplifies the implementation.require
seems unnecessary, as we can use a local unfolding inside the type.This PR also adds user-friendly output for the
#print
command.But I'm not merging this directly into that branch until I've discussed it with coauthors.