Skip to content

Commit

Permalink
Update quantification order following GHC #23764
Browse files Browse the repository at this point in the history
  • Loading branch information
monoidal committed Apr 16, 2024
1 parent 504d4c1 commit f9cebb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions html-test/ref/LinearTypes.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
>poly</a
> :: <span class="keyword"
>forall</span
> a b (m :: <a href="#" title="GHC.Exts"
> a (m :: <a href="#" title="GHC.Exts"
>Multiplicity</a
>). a %m -&gt; b</li
>) b. a %m -&gt; b</li
></ul
></details
></div
Expand Down Expand Up @@ -105,9 +105,9 @@
>poly</a
> :: <span class="keyword"
>forall</span
> a b (m :: <a href="#" title="GHC.Exts"
> a (m :: <a href="#" title="GHC.Exts"
>Multiplicity</a
>). a %m -&gt; b <a href="#" class="selflink"
>) b. a %m -&gt; b <a href="#" class="selflink"
>#</a
></p
><div class="doc"
Expand Down
2 changes: 1 addition & 1 deletion latex-test/ref/LinearTypes/LinearTypes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
\end{haddockdesc}
\begin{haddockdesc}
\item[\begin{tabular}{@{}l}
poly :: forall a b (m :: Multiplicity). a {\char '45}m -> b
poly :: forall a (m :: Multiplicity) b. a {\char '45}m -> b
\end{tabular}]
{\haddockbegindoc
Does something polymorphic.\par}
Expand Down

0 comments on commit f9cebb5

Please sign in to comment.