Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit f9cebb5

Browse files
committedApr 16, 2024·
Update quantification order following GHC #23764
1 parent 504d4c1 commit f9cebb5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎html-test/ref/LinearTypes.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
>poly</a
6767
> :: <span class="keyword"
6868
>forall</span
69-
> a b (m :: <a href="#" title="GHC.Exts"
69+
> a (m :: <a href="#" title="GHC.Exts"
7070
>Multiplicity</a
71-
>). a %m -&gt; b</li
71+
>) b. a %m -&gt; b</li
7272
></ul
7373
></details
7474
></div
@@ -105,9 +105,9 @@
105105
>poly</a
106106
> :: <span class="keyword"
107107
>forall</span
108-
> a b (m :: <a href="#" title="GHC.Exts"
108+
> a (m :: <a href="#" title="GHC.Exts"
109109
>Multiplicity</a
110-
>). a %m -&gt; b <a href="#" class="selflink"
110+
>) b. a %m -&gt; b <a href="#" class="selflink"
111111
>#</a
112112
></p
113113
><div class="doc"

‎latex-test/ref/LinearTypes/LinearTypes.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
\end{haddockdesc}
2424
\begin{haddockdesc}
2525
\item[\begin{tabular}{@{}l}
26-
poly :: forall a b (m :: Multiplicity). a {\char '45}m -> b
26+
poly :: forall a (m :: Multiplicity) b. a {\char '45}m -> b
2727
\end{tabular}]
2828
{\haddockbegindoc
2929
Does something polymorphic.\par}

0 commit comments

Comments
 (0)
This repository has been archived.