72b037275f
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1288 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
18 lines
500 B
Plaintext
18 lines
500 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>content</key>
|
|
<string> :- public(${1:Functor}/0).
|
|
:- mode(${1:Functor}, ${2:Solutions}).
|
|
:- info(${1:Functor}/0, [
|
|
comment is '${3:Description}']).
|
|
|
|
$0</string>
|
|
<key>name</key>
|
|
<string> (with no arguments)</string>
|
|
<key>uuid</key>
|
|
<string>D96B0926-7F56-11D9-BA7A-000A95DAA580</string>
|
|
</dict>
|
|
</plist>
|