Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zubin
head.hackage
Commits
6bd4bdd3
Unverified
Commit
6bd4bdd3
authored
May 25, 2021
by
Zubin
Browse files
Patch alex
parent
7100660d
Pipeline
#35922
failed with stages
in 204 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
patches/alex-3.2.6.patch
0 → 100644
View file @
6bd4bdd3
diff --git a/src/DFAMin.hs b/src/DFAMin.hs
index 0f88894..ea8a606 100644
--- a/src/DFAMin.hs
+++ b/src/DFAMin.hs
@@ -10,7 +10,7 @@
import Data.IntSet (IntSet)
import qualified Data.IntSet as IS
import Data.IntMap (IntMap)
import qualified Data.IntMap as IM
-import Data.List as List
+import Data.List as List hiding (length, concat)
-- Hopcroft's Algorithm for DFA minimization (cut/pasted from Wikipedia):
diff --git a/src/Data/Ranged/RangedSet.hs b/src/Data/Ranged/RangedSet.hs
index 0212c14..d59ed10 100644
--- a/src/Data/Ranged/RangedSet.hs
+++ b/src/Data/Ranged/RangedSet.hs
@@ -33,7 +33,7 @@
import Data.Semigroup
import Data.Monoid
#endif
-import Data.List
+import Data.List hiding (and, null)
infixl 7 -/\-
infixl 6 -\/-, -!-
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment