Merge pull request #827 from triska/rebis-dev
add appropriate meta_predicate/1 declarations
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
:- use_module(library(atts)).
|
||||
:- use_module(library(dcgs)).
|
||||
|
||||
:- meta_predicate freeze(?, 0).
|
||||
|
||||
:- attribute frozen/1.
|
||||
|
||||
verify_attributes(Var, Other, Goals) :-
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
:- use_module(library(iso_ext), [setup_call_cleanup/3, partial_string/3]).
|
||||
:- use_module(library(lists), [member/2]).
|
||||
|
||||
:- meta_predicate phrase_from_file(2, ?).
|
||||
:- meta_predicate phrase_from_file(2, ?, ?).
|
||||
|
||||
phrase_from_file(NT, File) :-
|
||||
phrase_from_file(NT, File, []).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user