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-test-properties
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-test-properties
Commits
d0e36fd7
Commit
d0e36fd7
authored
Jun 09, 2018
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup generated properties
parent
a5137ecd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
Cloogle
Cloogle
+1
-1
makecleantest.icl
makecleantest.icl
+2
-3
No files found.
Cloogle
@
d4176dc1
Compare
393afb03
...
d4176dc1
Subproject commit
393afb033911087478d932ab02236203a77849ed
Subproject commit
d4176dc144f87d5c9581e2cf1fd155fd1a066aa2
makecleantest.icl
View file @
d0e36fd7
...
...
@@ -323,10 +323,9 @@ where
,
"
\t
("
+++
lambda
+++
join
" "
[
name``
+++
"`"
:
map
snd3
ts`
]
+++
")"
,
"where"
,
"
\t
"
+++
name``
+++
"` :: "
+++
toString
type`
,
"
\t
"
+++
join
" "
[
name``
+++
"`"
:
map
fst3
ts`
]
+++
" =
prop
_p"
,
"
\t
"
+++
join
" "
[
name``
+++
"`"
:
map
fst3
ts`
]
+++
" =
(True"
+++
concat
[
" /
\\
_pre"
<+
i
\\
i
<-
[
1
..]
&
pre
<-
preconditions
]
+++
") ==>
_p"
,
"
\t
where"
,
"
\t\t
_p = (True"
+++
concat
[
" /
\\
_pre"
<+
i
\\
i
<-
[
1
..]
&
pre
<-
preconditions
]
+++
") ==> _p`"
,
"
\t\t
_p` = "
+++
replaceSubString
"
\n
"
"
\n\t\t\t
"
imp
,
"
\t\t
_p = "
+++
replaceSubString
"
\n
"
"
\n\t\t\t
"
imp
:
[
"
\t\t
_pre"
<+
i
<+
" = "
+++
s
\\
s
<-
preconditions
&
i
<-
[
1
..]]
]
}
...
...
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