Skip to content

Commit

Permalink
* Adjust inclusion of Alloy library
Browse files Browse the repository at this point in the history
        For issue #68
  • Loading branch information
yoogx committed Sep 9, 2016
1 parent a7bf34b commit d919a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/ocarina-backends-alloy.adb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d919a2f

Please sign in to comment.