1/* Part of LogicMOO Base An Implementation a MUD server in SWI-Prolog
    2% ===================================================================
    3% File 'dcg_meta.pl'
    4% Purpose: An Implementation in SWI-Prolog of certain debugging tools
    5% Maintainer: Douglas Miles
    6% Contact: $Author: dmiles $@users.sourceforge.net ;
    7% Version: 'logicmoo_util_bugger.pl' 1.0.0
    8% Revision:  $Revision: 1.1 $
    9% Revised At:   $Date: 2002/07/11 21:57:28 $
   10% ===================================================================
   11*/
   12:- module(multimodal_dcg,[]).   13
   14:- set_module(class(library)).   15
   16:- reexport(logicmoo/dcg_must).   17:- reexport(logicmoo/dcg_meta).   18
   19:- fixup_exports.