File: INDEX.pl

package info (click to toggle)
swi-prolog 3.1.0-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 8,772 kB
  • ctags: 12,869
  • sloc: ansic: 43,657; perl: 12,577; lisp: 4,359; sh: 1,534; makefile: 798; awk: 14
file content (12 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
/*  $Id: INDEX.pl,v 1.8 1995/04/18 12:28:50 jan Exp $

    Creator: make/0

    Purpose: Provide index for autoload
*/

index((a), 0, a, a).
index((b), 0, b, b).
index((a), 0, a, c).
index((hello), 1, t, t).
index((test), 1, t2, t2).