From 54df7336797dfa07124652a9eb75aac978a1a359 Mon Sep 17 00:00:00 2001 From: Josh Chen Date: Sat, 10 Apr 2021 22:06:24 +0100 Subject: small rename --- mltt/core/MLTT.thy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mltt/core/MLTT.thy b/mltt/core/MLTT.thy index 18bd2b7..ea6462a 100644 --- a/mltt/core/MLTT.thy +++ b/mltt/core/MLTT.thy @@ -372,11 +372,11 @@ translations "\x. b" \ "\x: A. b" section \Lambda coercion\ \ \Coerce object lambdas to meta-lambdas\ -abbreviation (input) lambda :: \o \ o \ o\ - where "lambda f \ fn x. f `x" +abbreviation (input) to_meta :: \o \ o \ o\ + where "to_meta f \ fn x. f `x" ML_file \~~/src/Tools/subtyping.ML\ -declare [[coercion_enabled, coercion lambda]] +declare [[coercion_enabled, coercion to_meta]] translations "f x" \ "f `x" -- cgit v1.2.3