aboutsummaryrefslogtreecommitdiff
path: root/HoTT_Methods.thy
diff options
context:
space:
mode:
authorJosh Chen2018-08-15 17:17:34 +0200
committerJosh Chen2018-08-15 17:17:34 +0200
commitca8e7a2681c133abdd082cfa29d6994fa73f2d47 (patch)
treec5986f543ca354275d2044214199f96eed9b65ec /HoTT_Methods.thy
parent257561ff4036d0eb5b51e649f2590b61e08d6fc5 (diff)
Rename to distinguish function and path composition; function composition proofs, which have issues...
Diffstat (limited to 'HoTT_Methods.thy')
-rw-r--r--HoTT_Methods.thy2
1 files changed, 1 insertions, 1 deletions
diff --git a/HoTT_Methods.thy b/HoTT_Methods.thy
index d3aed66..c3703bf 100644
--- a/HoTT_Methods.thy
+++ b/HoTT_Methods.thy
@@ -62,7 +62,7 @@ ML_file "~~/src/Tools/eqsubst.ML"
text "Perform basic single-step computations:"
-method compute uses lems = (subst comp lems)
+method compute uses lems = (subst lems comp)
end \ No newline at end of file