Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 8a80864b07c5f16e9ba9be320c149cfa > files > 91

teyjus-1.0_b31-15mdk.i586.rpm

/*
 * Encodings for some constants forming the nonlogical vocabulary of
 * a first order (object) logic
 */

sig  nonlogical.

accum_sig  logic.

type    a               i.
type    b               i.
type	jar		i.


type    p               i -> bool.
type    q               i -> bool.
type	sterile		i -> bool.
type	dead		i -> bool.
type	animal		i -> bool.
type	bug		i -> bool.
type	heated		i -> bool.

type	in		i -> i -> bool.