1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 06:41:45 +03:00

Revert "Stub in a Join type."

This reverts commit c0131043eeb298f2578e5e658d274407e025508c.
This commit is contained in:
Rob Rix 2016-03-14 20:44:28 -04:00
parent 1e18d38caf
commit 8d22103898

View File

@ -1,3 +1 @@
module Data.Bifunctor.Join where
newtype Join p a = { runJoin :: p a a }