aboutsummaryrefslogtreecommitdiff
path: root/HoTT_Methods.thy
diff options
context:
space:
mode:
Diffstat (limited to 'HoTT_Methods.thy')
-rw-r--r--HoTT_Methods.thy4
1 files changed, 4 insertions, 0 deletions
diff --git a/HoTT_Methods.thy b/HoTT_Methods.thy
index d7f0821..d3aed66 100644
--- a/HoTT_Methods.thy
+++ b/HoTT_Methods.thy
@@ -60,5 +60,9 @@ ML_file "~~/src/Tools/IsaPlanner/rw_inst.ML"
ML_file "~~/src/Tools/IsaPlanner/zipper.ML"
ML_file "~~/src/Tools/eqsubst.ML"
+text "Perform basic single-step computations:"
+
+method compute uses lems = (subst comp lems)
+
end \ No newline at end of file