Skip to content

Commit

Permalink
Accomodate change in PatSyn representation
Browse files Browse the repository at this point in the history
  • Loading branch information
gergoerdi committed May 25, 2014
1 parent 4b1f57e commit 57aa591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Haddock/Convert.hs
Expand Up @@ -94,7 +94,7 @@ tyThingToLHsDecl t = noLoc $ case t of
(synifyType ImplicitizeForAll (dataConUserType dc)))

AConLike (PatSynCon ps) ->
let (_, _, (req_theta, prov_theta)) = patSynSig ps
let (_, _, req_theta, prov_theta) = patSynSig ps
in SigD $ PatSynSig (synifyName ps)
(fmap (synifyType WithinType) (patSynTyDetails ps))
(synifyType WithinType (patSynType ps))
Expand Down

0 comments on commit 57aa591

Please sign in to comment.