1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00

Revert "Describe the minimal instance."

This reverts commit 4a8a676f8faafd0f60769a20068512937181f7e4.
This commit is contained in:
Rob Rix 2017-04-21 12:17:43 -04:00
parent 639fc824aa
commit b4a8336beb

View File

@ -16,5 +16,3 @@ class Alternative f => Conjunctive f where
(&>) :: f a -> f b -> f b
a &> b = identity <$ a <&> b
{-# MINIMAL (<&>) | liftC2 #-}