[Internal] Expose first and second over the whole codebase

This commit is contained in:
Vincent Hanquez 2015-04-18 06:53:23 +01:00
parent 38b7f6ad73
commit d4213ca731

View File

@ -13,3 +13,4 @@ module Crypto.Internal.Imports
import Data.Word as X
import Control.Applicative as X
import Control.Monad as X (forM, forM_, void)
import Control.Arrow as X (first, second)