Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-sapl
Commits
b11d838d
Verified
Commit
b11d838d
authored
Apr 25, 2019
by
Camil Staps
Browse files
Also add #INF constant for 32-bit windows (see iTasks-SDK#282)
parent
434ed013
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Sapl/Target/CleanFlavour.icl
View file @
b11d838d
...
...
@@ -7,6 +7,7 @@ cleanFlavour = fromFlavourRep {
options
=[
"enableStrictnessPropagation"
],
bifs
=[
{
sapl_fun
=
"inf"
,
arity
=
0
,
data_cons
=
Nothing
,
ext_fun
=
Just
"_inf"
,
inline_exp
=
Just
"Infinity"
},
{
sapl_fun
=
"#INF"
,
arity
=
0
,
data_cons
=
Nothing
,
ext_fun
=
Just
"_inf"
,
inline_exp
=
Just
"Infinity"
},
{
sapl_fun
=
"addI"
,
arity
=
2
,
data_cons
=
Nothing
,
ext_fun
=
Just
"_add"
,
inline_exp
=
Just
":!1: + :!2:"
},
{
sapl_fun
=
"addR"
,
arity
=
2
,
data_cons
=
Nothing
,
ext_fun
=
Just
"_add"
,
inline_exp
=
Just
":!1: + :!2:"
},
{
sapl_fun
=
"subI"
,
arity
=
2
,
data_cons
=
Nothing
,
ext_fun
=
Just
"_sub"
,
inline_exp
=
Just
":!1: - :!2:"
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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