1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00

This is already getting exported via Protolude.

This commit is contained in:
Rob Rix 2016-08-04 08:52:25 -04:00
parent d7a789fdf3
commit 190fa948e2

View File

@ -2,12 +2,10 @@ module Prologue
( module X
, lookup
, traceShowId
, FilePath
) where
import Protolude as X
import Data.List (lookup)
import System.IO (FilePath)
import Control.Comonad.Trans.Cofree as X
import Control.Monad.Trans.Free as X