From c58e9f456285c5ab00286edd090baf8e59f92476 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Thu, 4 Mar 2010 23:41:45 +0000 Subject: [PATCH] export attributes. --- library/atts.yap | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/library/atts.yap b/library/atts.yap index c3476f09b..e76d91b57 100644 --- a/library/atts.yap +++ b/library/atts.yap @@ -15,9 +15,7 @@ * * *************************************************************************/ -:- module(attributes, []). - -:- op(1150, fx, attribute). +:- module(attributes, [op(1150, fx, attribute)]). :- multifile user:goal_expansion/3.