reexport Data.List.Elem from Quox.Error

the constructors need to be in scope for auto to use them
This commit is contained in:
rhiannon morris 2022-04-27 14:55:19 +02:00
parent 64fe3a5a0f
commit 7629404097
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
module Quox.Error
import Data.List.Elem
import public Data.List.Elem
import public Control.Monad.Identity
import Control.Monad.Trans