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

Keep forall on H98 existential data constructors #1003

Merged
merged 1 commit into from
Jan 23, 2019

Conversation

harpocrates
Copy link
Collaborator

The information about whether or not there is a source-level forall
is already available on a ConDecl (as con_forall), so we should use
it instead of always assuming False!

Fixes #1002.

The information about whether or not there is a source-level `forall`
is already available on a `ConDecl` (as `con_forall`), so we should use
it instead of always assuming `False`!

Fixes haskell#1002.
@harpocrates harpocrates merged commit 53997f3 into haskell:ghc-8.6 Jan 23, 2019
@harpocrates harpocrates deleted the bug-1002 branch January 23, 2019 19:46
@harpocrates harpocrates mentioned this pull request Sep 13, 2019
4 tasks
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.

1 participant