aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorHugo Herbelin2018-10-03 11:10:51 +0200
committerHugo Herbelin2018-10-03 11:10:51 +0200
commit33328635560b9cb963af0805c43f170b3898caac (patch)
tree6df28e0a87746b597335169153830d7bddd06143 /test-suite
parentbfd62ca575e376334575ccbaa162c6de711589c7 (diff)
parenta5b56ced42e3dd9cdce124e2e60333796c935f42 (diff)
Merge PR #8456: Revert #6651: Use r.(p) syntax to print primitive projections
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/output/UnivBinders.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/output/UnivBinders.out b/test-suite/output/UnivBinders.out
index f8f11d7cf6..1e50ba511a 100644
--- a/test-suite/output/UnivBinders.out
+++ b/test-suite/output/UnivBinders.out
@@ -5,7 +5,7 @@ PWrap has primitive projections with eta conversion.
For PWrap: Argument scope is [type_scope]
For pwrap: Argument scopes are [type_scope _]
punwrap@{u} =
-fun (A : Type@{u}) (p : PWrap@{u} A) => p.(punwrap)
+fun (A : Type@{u}) (p : PWrap@{u} A) => punwrap _ p
: forall A : Type@{u}, PWrap@{u} A -> A
(* u |= *)