Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clean-sapl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
clean-sapl
Commits
940a006f
Commit
940a006f
authored
Nov 19, 2018
by
Mart Lubbers
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'setFold' into 'hierarchical'
adapt to changed Data.Set module See merge request
!4
parents
560b1ec4
366b6809
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
src/Sapl/Transform/Let.icl
src/Sapl/Transform/Let.icl
+1
-3
src/Sapl/Transform/TailRecursion.icl
src/Sapl/Transform/TailRecursion.icl
+1
-3
No files found.
src/Sapl/Transform/Let.icl
View file @
940a006f
...
...
@@ -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
src/Sapl/Transform/TailRecursion.icl
View file @
940a006f
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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