git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1800 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
		
			
				
	
	
		
			21 lines
		
	
	
		
			612 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			612 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>	:- protected(${1:Functor}/${2:Arity}).
 | |
| 	:- mode(${1:Functor}(${3:Arguments}), ${4:Solutions}).
 | |
| 	:- info(${1:Functor}/${2:Arity}, [
 | |
| 		comment is '${5:Description}',
 | |
| 		arguments is ['$6'-'$7']]).
 | |
| 
 | |
| $0</string>
 | |
| 	<key>name</key>
 | |
| 	<string>Protected predicate</string>
 | |
| 	<key>scope</key>
 | |
| 	<string>source.logtalk</string>
 | |
| 	<key>uuid</key>
 | |
| 	<string>8A286F7E-73F7-11D9-8083-000D93589AF6</string>
 | |
| </dict>
 | |
| </plist>
 |