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.
Exporting something like newtype Foo = Foo { runFoo :: Int } explicitly, a la (Foo(..)) is presented as a data declaration, and does not expose runFoo to the user. For example:
with the export CanT(runCanT) will be turned into this on GHC 8.10.x: