src/Cube/L2.thy
author kleing
Fri, 14 Jun 2002 23:25:36 +0200
changeset 13214 2aa33ed5f526
parent 4583 6d9be46ea566
permissions -rw-r--r--
wt_method now checks bounded+types ==> wt_kildall <=> wt_method


L2 = Base +

rules
  pi_bs         "[| A:[]; !!x. x:A ==> B(x):* |] ==> Prod(A,B):*"
  lam_bs        "[| A:[]; !!x. x:A ==> f(x):B(x); !!x. x:A ==> B(x):* |]
                   ==> Abs(A,f) : Prod(A,B)"

end