Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clean-sapl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clean-and-itasks
clean-sapl
Merge requests
!4
adapt to changed Data.Set module
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
adapt to changed Data.Set module
setFold
into
hierarchical
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Steffen Michels
requested to merge
setFold
into
hierarchical
6 years ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
only merge together with corresponding MR for plaform
0
0
Merge request reports
Compare
hierarchical
hierarchical (base)
and
latest version
latest version
366b6809
1 commit,
6 years ago
2 files
+
2
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/Sapl/Transform/Let.icl
+
1
−
3
Options
@@ -4,7 +4,7 @@ import StdList, StdFunc, StdTuple, StdBool
import
Sapl
.
SaplStruct
from
Data
.
Set
import
qualified
newSet
,
fromList
,
toList
,
member
,
difference
,
insert
,
filter
,
delete
,
null
from
Data
.
Set
import
::
Set
from
Data
.
Set
import
::
Set
,
instance
Foldable
Set
from
Data
.
Map
import
qualified
fromList
,
get
instance
==
SaplVar
@@ -52,5 +52,3 @@ where
|
'
Data
.
Set
'.
null
('
Data
.
Set
'.
filter
(\
e
=
snd
e
==
m
)
edges
)
=
(
edges
,
[
m
:
out
])
=
(
edges
,
out
)
\ No newline at end of file
Loading