modes.H

00001 /* File:      modes.H
00002 ** Author(s): C.R. Ramakrishnan
00003 ** Contact:   xsb-contact@cs.sunysb.edu
00004 ** 
00005 ** Copyright (C) The Research Foundation of SUNY, 1986, 1993-1998
00006 ** 
00007 ** XSB is free software; you can redistribute it and/or modify it under the
00008 ** terms of the GNU Library General Public License as published by the Free
00009 ** Software Foundation; either version 2 of the License, or (at your option)
00010 ** any later version.
00011 ** 
00012 ** XSB is distributed in the hope that it will be useful, but WITHOUT ANY
00013 ** WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
00014 ** FOR A PARTICULAR PURPOSE.  See the GNU Library General Public License for
00015 ** more details.
00016 ** 
00017 ** You should have received a copy of the GNU Library General Public License
00018 ** along with XSB; if not, write to the Free Software Foundation,
00019 ** Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
00020 **
00021 ** $Id: modes.H,v 1.10 2005/08/16 19:19:07 dwarren Exp $
00022 ** 
00023 */
00024 
00025 
00026 :- export ma/2.
00027 :- mode ma(++,++).
00028 
00029 :- import
00030         trie_assert/1, trie_retract/1,
00031         trie_retract_all/1, trie_dynamic/1,
00032         abolish_table_pred/1, get_calls/3, get_returns/2
00033     from tables.
00034 
00035 :- import assert/1, clause/2, (dynamic)/1, retractall/1 from assert.
00036 
00037 :- import 
00038         abort/0, atom_codes/2, cputime/1, call/1, 
00039         expand_term/2, file_exists/1, functor/3,
00040         (index)/3, name/2, nl/0, (not)/1, op/3, read/1, repeat/0,
00041         statistics/0, see/1, seeing/1, seen/0, tell/1,
00042         telling/1, told/0, write/1, writeln/1, write_canonical/1,
00043         writeq/1, ('=..')/2
00044    from standard.
00045 
00046 :- import message/1, time_message/2 from auxlry.
00047 :- import findall/3 from setof.
00048 :- import append/3, ground/1, length/2, member/2 from basics.
00049 :- import str_cat/3 from string.
00050 :- import conset/2, conget/2 from gensym.
00051 :- import libpath/1 from loader.
00052 
00053 :- import '_$call_user'/1 from usermod.
00054 :- dynamic '_$call_user'/1.
00055 
00056 :- import bagPO/3, bagPO1/3 from aggregs.
00057 :- import subsumes_chk/2 from subsumes.
00058 :- import get_maximal_calls/1 from usermod.
00059 
00060 :- import '_$local_calls'/1, apply/2, (:-)/2, (:-)/1 from usermod.

Generated on Wed Jul 26 13:30:38 2006 for XSB by  doxygen 1.4.5