1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 14:54:16 +03:00
Commit Graph

5817 Commits

Author SHA1 Message Date
Rob Rix
d1b8a94b75 🔥 the janky Align instance for lists. 2016-03-15 08:28:27 -04:00
Rob Rix
0fd1c65ce8 🔥 modifyBoth. 2016-03-15 08:24:50 -04:00
Rob Rix
fb0f8171d9 🔥 the Align instance over Maybe. 2016-03-15 08:23:48 -04:00
Rob Rix
a22f713a97 🔥 Crosswalk. 2016-03-15 08:22:55 -04:00
Rob Rix
70be591e3f Document tsequenceL. 2016-03-15 08:20:39 -04:00
Rob Rix
54c779d7d6 Document tcrosswalk. 2016-03-15 08:20:35 -04:00
Rob Rix
28c9d8cc98 Document TotalCrosswalk. 2016-03-15 08:19:35 -04:00
Rob Rix
cd33cfbb26 🔥 the unused Coalescent instance over Maybe. 2016-03-15 08:18:00 -04:00
Rob Rix
210d0e9492 Fix the docs for coalesce. 2016-03-15 08:16:28 -04:00
Rob Rix
c4146dbefa Correct the tests for the changes to the API. 2016-03-14 22:58:07 -04:00
Rob Rix
5fb11795dc 🔥 isEmptyRow. 2016-03-14 22:53:16 -04:00
Rob Rix
9400e3a3ee coalesce operates within an Alternative functor. 2016-03-14 22:51:54 -04:00
Rob Rix
586894c316 splitAbstractedTerm no longer takes an align function. 2016-03-14 22:50:40 -04:00
Rob Rix
cfa9ae8987 🔥 redundant imports. 2016-03-14 22:49:47 -04:00
Rob Rix
c22f86d812 🔥 adjoinRows tests. 2016-03-14 22:47:18 -04:00
Rob Rix
c61b90d2b9 Revert "Stub the Join module back in."
This reverts commit c927af544cdea5dda46904fa79cadff7e60ea52f.
2016-03-14 20:44:32 -04:00
Rob Rix
8d22103898 Revert "Stub in a Join type."
This reverts commit c0131043eeb298f2578e5e658d274407e025508c.
2016-03-14 20:44:28 -04:00
Rob Rix
1e18d38caf Revert "Join over Bifunctors is a Functor."
This reverts commit 95936f396be622aac03055858a2470ad9717f881.
2016-03-14 20:44:24 -04:00
Rob Rix
5ed6dac355 Revert "Forgot the constructor name."
This reverts commit 8d508be2b62d3729791630800c02221ad8636c34.
2016-03-14 20:44:20 -04:00
Rob Rix
e12ad3f03a Revert "Import Bifunctor."
This reverts commit 35367c5e65a3bb5d67510898a2e1a78314a59967.
2016-03-14 20:44:16 -04:00
Rob Rix
3d6c69ff33 Revert "Join is Foldable over These."
This reverts commit 87c4c0e5c1e3bc226dcfcac0162f66e0f5b9a5b1.
2016-03-14 20:44:12 -04:00
Rob Rix
c2acb43ecc Revert "Add a swap function to flip These."
This reverts commit 2a984bd0e217926c602b9c69cb708aba9ebd58fd.
2016-03-14 20:44:08 -04:00
Rob Rix
601004d936 Revert "Add an Applicative instance for Join over These."
This reverts commit abd121876c8d7cc02f29e249eb0290805f326c81.
2016-03-14 20:44:04 -04:00
Rob Rix
f50f824b42 Revert "Add a Traversable instance for Join over These."
This reverts commit c51876c9900eff9891706806c2fce6f932d7bd26.
2016-03-14 20:44:01 -04:00
Rob Rix
618c4a2230 Revert "Add a Crosswalk instance for Join over These."
This reverts commit 87c500094389aa154b29fe39c679950c6756dc82.
2016-03-14 20:43:58 -04:00
Rob Rix
182b7f592d Revert "Add a Coalescent instance for Join over These."
This reverts commit b5596e6f6ae15a526f3121a147061c59b1aaf897.
2016-03-14 20:43:49 -04:00
Rob Rix
aaa2fe9f36 Revert "What if we aligned in These?"
This reverts commit a43335ef084db66616188c0b166b4ea563d2c0e2.
2016-03-14 20:43:45 -04:00
Rob Rix
1e48770ce1 What if we aligned in These?
It wouldn’t work, that’s what!
2016-03-14 20:43:35 -04:00
Rob Rix
11fc889883 Add a Coalescent instance for Join over These. 2016-03-14 20:19:44 -04:00
Rob Rix
f8678b6f8e Add a Crosswalk instance for Join over These. 2016-03-14 20:19:37 -04:00
Rob Rix
61eaa04f9a Add a Traversable instance for Join over These. 2016-03-14 20:19:15 -04:00
Rob Rix
cbbae46744 Add an Applicative instance for Join over These. 2016-03-14 20:19:08 -04:00
Rob Rix
8260c08cdd Add a swap function to flip These. 2016-03-14 20:18:53 -04:00
Rob Rix
3a36d67245 Join is Foldable over These. 2016-03-14 20:10:28 -04:00
Rob Rix
fc613ee65d Import Bifunctor. 2016-03-14 19:54:28 -04:00
Rob Rix
e5bdcb8ba4 Forgot the constructor name. 2016-03-14 19:54:12 -04:00
Rob Rix
3620b79f54 Join over Bifunctors is a Functor. 2016-03-14 19:49:53 -04:00
Rob Rix
b6f2385ead Stub in a Join type. 2016-03-14 19:49:05 -04:00
Rob Rix
7f83e07fe9 Stub the Join module back in. 2016-03-14 19:48:37 -04:00
Rob Rix
1b274c3e57 🔥 BothMaybe. 2016-03-14 19:46:56 -04:00
Rob Rix
34a76bfe93 🔥 alignRows again. 2016-03-14 19:45:08 -04:00
Rob Rix
aa36f83da3 Diff over TotalCrosswalk functors. 2016-03-14 19:45:02 -04:00
Rob Rix
c6c25a3fc6 Add a TotalCrosswalk instance for Both. 2016-03-14 19:44:46 -04:00
Rob Rix
f376e77f6e Add a TotalCrosswalk instance for Identity. 2016-03-14 19:44:40 -04:00
Rob Rix
ba1ac48a5e Add TotalCrosswalk which takes a default. 2016-03-14 19:44:32 -04:00
Rob Rix
93414f43ad Diff entirely within Both. 2016-03-14 19:17:44 -04:00
Rob Rix
83ea2f1254 Restore the documentation for alignRows. 2016-03-14 19:16:48 -04:00
Rob Rix
79ff5f9395 Re-add alignRows. 2016-03-14 19:15:40 -04:00
Rob Rix
6b28569afc Add a function to modify the tuple inside a Both. 2016-03-14 19:14:29 -04:00
Rob Rix
d7d3aad38e 🔥 a redundant import. 2016-03-14 19:13:33 -04:00