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
d919a2f3
Commit
d919a2f3
authored
Sep 09, 2016
by
yoogx
Browse files
* Adjust inclusion of Alloy library
For issue #68
parent
a7bf34b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/backends/ocarina-backends-alloy.adb
View file @
d919a2f3
...
...
@@ -244,7 +244,7 @@ package body Ocarina.Backends.Alloy is
Put_Line
(
FD
,
"// DO NOT EDIT IT"
);
New_Line
(
FD
);
Put_Line
(
FD
,
"module con_model"
);
Put_Line
(
FD
,
"open
alloy/common/lib_sig
"
);
Put_Line
(
FD
,
"open
lib/data_structure
"
);
New_Line
(
FD
);
-- Visit instance model
...
...
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