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

Describe the minimal instance.

This commit is contained in:
Rob Rix 2017-04-21 11:50:21 -04:00
parent 9ba51f537a
commit 0c75affa75

View File

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