aboutsummaryrefslogtreecommitdiff
path: root/HoTT_Methods.thy
diff options
context:
space:
mode:
authorJosh Chen2018-08-15 12:42:52 +0200
committerJosh Chen2018-08-15 12:42:52 +0200
commit257561ff4036d0eb5b51e649f2590b61e08d6fc5 (patch)
tree0ad6273546ea73a3d2b6104de100f0dca2f7dea5 /HoTT_Methods.thy
parentf4f468878fc0459a806b02cdf8921af6fcac2759 (diff)
Basic compute method
Diffstat (limited to '')
-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