Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
40a12b24
Commit
40a12b24
authored
Sep 15, 2014
by
yoogx
Browse files
* Typo
parent
c08f8865
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/backends/ocarina-backends-alloy.adb
View file @
40a12b24
...
...
@@ -272,8 +272,7 @@ package body Ocarina.Backends.Alloy is
Put_Line
(
FD
,
"// Declaration of the contract(s) "
&
"representing the model(s)"
);
New_Line
(
FD
);
Put_Line
(
FD
,
"one sig aadl_model extends Contract{"
);
Put_Line
(
FD
,
"}"
);
Put_Line
(
FD
,
"one sig aadl_model extends Contract{}{"
);
Put_Line
(
FD
,
ASCII
.
HT
&
"assumption=none"
);
Put_Line
(
FD
,
ASCII
.
HT
&
"input=none"
);
Put_Line
(
FD
,
ASCII
.
HT
&
"guarantee=none"
);
...
...
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