00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026 :- export wfs/0.
00027
00028 :- export set_answerset_mode/0, set_nmr_mode/0.
00029 :- export (-)/1.
00030
00031 :- import [] / 0 from usermod. % just to make usermod typed "module"
00032 :- import numbervars/1 from num_vars.
00033 :- import file_write/2, file_nl/1 from xsb_writ.
00034 :- import file_read/3, vv/2 from xsb_read.
00035 :- import xsb_configuration/2 from xsb_configuration.
00036 :- import call_expose/1, goal_cut_trans/3,
00037 catch/3,
00038 is_most_general_term/1, (table)/1, repeat/0,
00039 (import)/1
00040 from standard.
00041 :- import conpsc/2, psc_set_type/2, psc_prop/2, psc_set_prop/2,
00042 term_psc/2, conname/2, stat_flag/2, stat_set_flag/2,
00043 trimcore/0, intern_string/2, slash/1
00044 from machine.
00045 :- import set_inthandler/2 from loader.
00046 :- import file_get/2, file_flush/2, fmt_write_string/3, print_file_contents/2
00047 from file_io.
00048 :- import get_calls/3, get_returns/3, abolish_all_tables/0,
00049 table_state/2, (use_variant_tabling)/1
00050 from tables.
00051
00052 :- import consult/1 from consult.
00053 :- consult(xasppkg).
00054
00055 :- import coninc/1, conget/2 from gensym.
00056
00057 :- import init_smodels/1, a_stable_model/0, print_current_stable_model/0,
00058 in_all_stable_models/2, set_query_true/1
00059 from xnmr_int.
00060
00061 :- import retractall/1 from assert.
00062 :- import '$$exception_ball'/1 from usermod.