removing |||> (#292)

This commit is contained in:
Kazu Yamamoto
2014-08-14 10:08:48 +09:00
parent 02ce2d4a1d
commit 81efe04c01
2 changed files with 1 additions and 10 deletions

View File

@@ -44,12 +44,10 @@ module Language.Haskell.GhcMod.Internal (
, getCompilerMode
, setCompilerMode
, withOptions
-- * 'Ghc' Choice
-- * 'GhcMonad' Choice
, (||>)
, goNext
, runAnyOne
-- * 'GhcMonad' Choice
, (|||>)
) where
import GHC.Paths (libdir)