Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
clean-and-itasks
clean-sapl
Commits
366b6809
Commit
366b6809
authored
Nov 19, 2018
by
Steffen Michels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adapt to changed Data.Set module
parent
560b1ec4
Pipeline
#16540
failed with stages
in 1 minute and 6 seconds
Changes
2
Pipelines
1
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 @
366b6809
...
...
@@ -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 @
366b6809
...
...
@@ -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