Add additional arrow notation functionality.
parent
46244942d2
commit
32f1663309
|
@ -14,6 +14,10 @@ import Control.Applicative as X
|
|||
import Control.Arrow as X
|
||||
( (&&&)
|
||||
, (***)
|
||||
, (+++)
|
||||
, (<<<)
|
||||
, (>>>)
|
||||
, (|||)
|
||||
, Arrow
|
||||
, arr
|
||||
, first
|
||||
|
|
Loading…
Reference in New Issue