reexport Data.List.Elem from Quox.Error
the constructors need to be in scope for auto to use them
This commit is contained in:
parent
64fe3a5a0f
commit
7629404097
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
module Quox.Error
|
module Quox.Error
|
||||||
|
|
||||||
import Data.List.Elem
|
import public Data.List.Elem
|
||||||
|
|
||||||
import public Control.Monad.Identity
|
import public Control.Monad.Identity
|
||||||
import Control.Monad.Trans
|
import Control.Monad.Trans
|
||||||
|
|
Loading…
Reference in a new issue