Did you know ... Search Documentation:
Pack logicmoo_base -- prolog/logicmoo/pdt_server/org.cs3.pdt.common_3.1.2.201603251848/pl/pdt_search_WORK_IN_PROGRESS.pl
PublicShow source
 find_pred(+EnclFile, +Prefix, -EnclModule, -Name, -Arity, -Exported, -Builtin, -Help) is nondet
Looks up all predicates with prefix Prefix defined or imported in file EnclFile.

Used by the PLEditor content assist.

The meaning of Arity is overloaded: -2: atom, -1 : module, >= 0 : predicate

For performance reasons an empty prefix with an unspecified module will only bind predicates if EnclFile is specified.

<EnclFile> specifies the file in which this query is triggered <Prefix> specifies the prefix of the predicate <Module> specifies the module associated to the file.

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

 find_reference_to(Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7, Arg8, Arg9, Arg10, Arg11, Arg12)
 find_definitions_categorized(Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7, Arg8, Arg9, Arg10, Arg11, Arg12)
 find_primary_definition_visible_in(Arg1, Arg2, Arg3, Arg4, Arg5, Arg6)
 find_definition_contained_in(Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7, Arg8)