src/Cube/L2.thy
author paulson
Mon, 05 Mar 2001 15:25:11 +0100
changeset 11193 851c90b23a9e
parent 4583 6d9be46ea566
permissions -rw-r--r--
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4583
6d9be46ea566 reorganized into individual theories;
wenzelm
parents:
diff changeset
     1
6d9be46ea566 reorganized into individual theories;
wenzelm
parents:
diff changeset
     2
L2 = Base +
6d9be46ea566 reorganized into individual theories;
wenzelm
parents:
diff changeset
     3
6d9be46ea566 reorganized into individual theories;
wenzelm
parents:
diff changeset
     4
rules
6d9be46ea566 reorganized into individual theories;
wenzelm
parents:
diff changeset
     5
  pi_bs         "[| A:[]; !!x. x:A ==> B(x):* |] ==> Prod(A,B):*"
6d9be46ea566 reorganized into individual theories;
wenzelm
parents:
diff changeset
     6
  lam_bs        "[| A:[]; !!x. x:A ==> f(x):B(x); !!x. x:A ==> B(x):* |]
6d9be46ea566 reorganized into individual theories;
wenzelm
parents:
diff changeset
     7
                   ==> Abs(A,f) : Prod(A,B)"
6d9be46ea566 reorganized into individual theories;
wenzelm
parents:
diff changeset
     8
6d9be46ea566 reorganized into individual theories;
wenzelm
parents:
diff changeset
     9
end