We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f14e6 commit 718f051Copy full SHA for 718f051
1 file changed
src/DataFrame/Typed/Lazy.hs
@@ -72,8 +72,8 @@ module DataFrame.Typed.Lazy (
72
SortOrder (..),
73
) where
74
75
-import qualified Data.Text as T
76
import Data.Proxy (Proxy (..))
+import qualified Data.Text as T
77
import GHC.TypeLits (KnownSymbol, Symbol, symbolVal)
78
import Prelude hiding (filter, take)
79
0 commit comments