1
Fork 0

Add ArrowChoice into postlude.

We intentionally avoid adding ArrowApply.
master
Joshua Potter 2017-11-29 18:33:49 -08:00
parent 32f1663309
commit d8ea9d8145
1 changed files with 3 additions and 0 deletions

View File

@ -19,9 +19,12 @@ import Control.Arrow as X
, (>>>) , (>>>)
, (|||) , (|||)
, Arrow , Arrow
, ArrowChoice
, arr , arr
, first , first
, left
, returnA , returnA
, right
, second , second
) )