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-test-properties
Commits
cda8a53e
Verified
Commit
cda8a53e
authored
Oct 31, 2019
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Anticipate changes to the compiler: don't rely on identifiers starting with an underscore
parent
4fe10629
Pipeline
#32408
passed with stage
in 4 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/testproperties.icl
src/testproperties.icl
+3
-3
No files found.
src/testproperties.icl
View file @
cda8a53e
...
...
@@ -427,10 +427,10 @@ where
,
"
\t
("
+++
join
" "
lambdas
+++
join
" "
[
name``
+++
"`"
:[
ga
.
ga_expr
\\
ga
<-
gas
]]
+++
{
')'
\\
_
<-
lambdas
}
+++
")"
,
"where"
,
"
\t
"
+++
name``
+++
"` :: "
+++
toString
type`
,
"
\t
"
+++
join
" "
[
name``
+++
"`"
:[
ga
.
ga_arg
\\
ga
<-
gas
]]
+++
" = (True"
+++
concat
[
" /
\\
_
pre
"
<+
i
\\
i
<-
[
1
..]
&
pre
<-
preconditions
]
+++
") ==> _
p
"
,
"
\t
"
+++
join
" "
[
name``
+++
"`"
:[
ga
.
ga_arg
\\
ga
<-
gas
]]
+++
" = (True"
+++
concat
[
" /
\\
pre
condition_"
<+
i
<+
"_"
\\
i
<-
[
1
..]
&
pre
<-
preconditions
]
+++
") ==>
actual_property
_"
,
"
\t
where"
,
"
\t\t
_
p
= "
+++
replaceSubString
"
\n
"
"
\n\t\t\t
"
imp
:
[
"
\t\t
_
pre"
<+
i
<+
" = "
+++
s
\\
s
<-
preconditions
&
i
<-
[
1
..]]
,
"
\t\t
actual_property
_ = "
+++
replaceSubString
"
\n
"
"
\n\t\t\t
"
imp
:
[
"
\t\t
pre
condition_
"
<+
i
<+
"
_
= "
+++
s
\\
s
<-
preconditions
&
i
<-
[
1
..]]
]
}
where
...
...
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