From ca8e7a2681c133abdd082cfa29d6994fa73f2d47 Mon Sep 17 00:00:00 2001 From: Josh Chen Date: Wed, 15 Aug 2018 17:17:34 +0200 Subject: Rename to distinguish function and path composition; function composition proofs, which have issues... --- HoTT_Methods.thy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HoTT_Methods.thy') 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 -- cgit v1.2.3