/************************************************************************* name: macros.pl version: description: Condition and operation macros for GoDiS IS author: Peter Bohlin, Staffan Larsson *************************************************************************/ :- module( macros, [macro_cond/2, macro_op/2]). % if there are moves in shared^lm^moves, at least one of them is integrated macro_op( dummy, [ ]). macro_cond( dummy, [ ]).