mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-18 10:53:40 +00:00
Estimated hours taken: 1 Replace occurrences of "INSA" by "INSA de Rennes" since Morphine is an "INSA de Rennes" software, not an "INSA" one. *: */*: /s/INSA/INSA de Rennes/ scripts/exec_mercury_program: Remove some useless I/O wrapping of Mercury execution runs. source/collect.op: Improve a litte bit the documentation of collect/2.
28 lines
688 B
Plaintext
28 lines
688 B
Plaintext
%--------------------------------------------------------------------------%
|
|
% Copyright (C) 1999 INRIA/INSA de Rennes.
|
|
% This file may only be copied under the terms of the GNU Library General
|
|
% Public License - see the file License in the Morphine distribution.
|
|
%
|
|
% Author : Erwan Jahier <jahier@irisa.fr>
|
|
%
|
|
|
|
opium_scenario(
|
|
name : morphine_kernel,
|
|
files : [ morphine_kernel,
|
|
forward_move,
|
|
current_slots,
|
|
current_arg,
|
|
event_attributes,
|
|
exec_control,
|
|
coprocess,
|
|
interactive_queries,
|
|
browse],
|
|
scenarios : [],
|
|
message :
|
|
"Scenario morphine_kernel contains all the basic mechanisms of Morphine \
|
|
which are needed to debug Mercury programs. \n\
|
|
"
|
|
).
|
|
|
|
|