You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
{-# LANGUAGE TypeFamilies #-}
moduleNewTypeExportwhereclassFootwheredataBartdataBizinstanceFooBizwheredataBarBiz=BarBiz
Generates the following warning:
Warning: NewTypeExport: could not find link destinations for:
Type D:R:BarBiz0 Bar
When actually Bar Biz is visible, hence I don't understand the warning. That's similar to #1070, however I don't have any easy workaround for that one.