1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 21:31:48 +03:00
semantic/test/Data/Functor
Patrick Thomson 2e66bc3443 Simplify Data.Functor.Both.
Though the previous definition (a type synonym that wrapped `Join (,)`)
was clever, it required a number of orphan instances, as well as an extra
`both` function to simulate a `Both` constructor. Using an ordinary data
structure removes the need for orphan instances.
2019-01-08 17:34:47 -05:00
..
Classes/Generic Initial pass fixing errors raised by weeder. 2018-03-09 12:07:34 -05:00
Listable.hs Simplify Data.Functor.Both. 2019-01-08 17:34:47 -05:00