You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a logging function logStr :: String -> Shell () (hopefully with a better name than that) which would print something to stdout.
At the moment, hermit-shell displays the results of each step it performs and we might be able to use that as an advantage if we have a way of printing out comments to go along with those steps. For example, saying which lemma it is about to apply. You could also name different sections of the transformation in a script. This would make it quite a bit easier to follow along with each step as it runs a script.
The text was updated successfully, but these errors were encountered:
It would be nice to have a logging function
logStr :: String -> Shell ()
(hopefully with a better name than that) which would print something to stdout.At the moment, hermit-shell displays the results of each step it performs and we might be able to use that as an advantage if we have a way of printing out comments to go along with those steps. For example, saying which lemma it is about to apply. You could also name different sections of the transformation in a script. This would make it quite a bit easier to follow along with each step as it runs a script.
The text was updated successfully, but these errors were encountered: