From f9cebb515d7e12f07be4513ba62198113a02f963 Mon Sep 17 00:00:00 2001 From: Krzysztof Gogolewski Date: Thu, 3 Aug 2023 22:15:55 +0200 Subject: [PATCH] Update quantification order following GHC #23764 --- html-test/ref/LinearTypes.html | 8 ++++---- latex-test/ref/LinearTypes/LinearTypes.tex | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/html-test/ref/LinearTypes.html b/html-test/ref/LinearTypes.html index 151ea84812..19a8a7e455 100644 --- a/html-test/ref/LinearTypes.html +++ b/html-test/ref/LinearTypes.html @@ -66,9 +66,9 @@ >poly :: forall a b (m :: a (m :: Multiplicity). a %m -> b) b. a %m -> bpoly :: forall a b (m :: a (m :: Multiplicity). a %m -> b ) b. a %m -> b #

b +poly :: forall a (m :: Multiplicity) b. a {\char '45}m -> b \end{tabular}] {\haddockbegindoc Does something polymorphic.\par}