[GHC] #13177: Give Data.Functor.* its lifted void and unit (was: Give Data.Functor.* its lifted unit and void)
GHC
ghc-devs at haskell.org
Tue Jan 24 04:19:52 UTC 2017
#13177: Give Data.Functor.* its lifted void and unit
-------------------------------------+-------------------------------------
Reporter: Iceland_jack | Owner:
Type: feature request | Status: new
Priority: normal | Milestone:
Component: libraries/base | Version: 8.0.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Description changed by Iceland_jack:
@@ -4,0 +4,1 @@
+ data V1 a
@@ -5,1 +6,0 @@
- data V1 a
@@ -26,1 +26,1 @@
- to the documentation.
+ to the documentation
New description:
`GHC.Generics` has
{{{#!hs
data V1 a
data U1 a = U1
}}}
They are simple but why are they not present in the `Data.Functor`
hierarchy along with functions like (from
[https://hackage.haskell.org/package/one-liner-0.7/docs/src/Generics-
OneLiner-Internal.html one-liner])
{{{#!hs
absurd :: V1 a -> b
absurd = \case
}}}
The package [https://hackage.haskell.org/package/linear linear] provides
the lifted unit functor
{{{#!hs
data V0 a = V0
}}}
if they or those from `GHC.Generics` should be preferred it could be added
to the documentation
--
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13177#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list