Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Software
CoPaR
Commits
eabb81be
Commit
eabb81be
authored
Jul 13, 2018
by
Hans-Peter Deifel
🐢
Browse files
Remove obsolete Sort module
parent
c4576951
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ma.cabal
View file @
eabb81be
...
...
@@ -21,8 +21,6 @@ custom-setup
library
hs-source-dirs: src
exposed-modules: Data.MorphismEncoding
, MA.RefinementInterface
, Data.Sort
, Data.RefinablePartition
, Data.Vector.Unboxed.Mutable.Utils
, Data.Vector.Utils
...
...
@@ -31,6 +29,7 @@ library
, Data.Partition
, Data.Partition.Common
, Data.OpenUnion
, MA.RefinementInterface
, MA.Functors
, MA.Functors.Powerset
, MA.Functors.FixedProduct
...
...
src/Data/Sort.hs
deleted
100644 → 0
View file @
c4576951
{-# LANGUAGE DataKinds #-}
module
Data.Sort
(
Sort
,
Sorted
,
SortTable
)
where
import
Data.Vector
(
Vector
)
type
Sort
=
Int
type
Sorted
a
=
(
Sort
,
a
)
-- | This type maps sorts to 'a'
type
SortTable
a
=
Vector
a
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