Sophie

Sophie

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

teyjus-1.0_b31-15mdk.i586.rpm

/*
 * Encodings for goals in a tactic and tactical style prover; the needed
 * sort and constructors of this sort are identified here
 */

sig  goaltypes.

kind    goal            type.

type    truegoal        goal.
type    andgoal         goal -> goal -> goal.
type    allgoal         (A -> goal) -> goal.