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:
parent
9ba51f537a
commit
0c75affa75
@ -16,3 +16,5 @@ class Alternative f => Conjunctive f where
|
||||
|
||||
(&>) :: f a -> f b -> f b
|
||||
a &> b = identity <$ a <&> b
|
||||
|
||||
{-# MINIMAL (<&>) | liftC2 #-}
|
||||
|
Loading…
Reference in New Issue
Block a user