src/Cube/L2.thy
author paulson
Thu, 05 Feb 2004 10:45:28 +0100
changeset 14377 f454b3004f8f
parent 4583 6d9be46ea566
permissions -rw-r--r--
tidying up, especially the Complex numbers


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