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

Conversation

int-index
Copy link
Collaborator

Consider this type signature:

kindOf :: forall {k} (a :: k). Proxy a -> Proxy k

Prior to this fix, the LaTeX backend rendered it like this:

kindOf :: forall k a. Proxy a -> Proxy k

Now we preserve explicit specificity and kind annotations.

Consider this type signature:

	kindOf :: forall {k} (a :: k). Proxy a -> Proxy k

Prior to this fix, the LaTeX backend rendered it like this:

	kindOf :: forall k a. Proxy a -> Proxy k

Now we preserve explicit specificity and kind annotations.
@Kleidukos Kleidukos merged commit 4841f34 into haskell:main Dec 11, 2022
bgamari pushed a commit that referenced this pull request Aug 7, 2023
LaTeX: fix printing of type variable bindings
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants