doc-src/Tutorial/Datatype/tsubsts
author oheimb
Tue, 20 Feb 2001 18:48:34 +0100
changeset 11170 015af2fc7026
parent 5851 15ce4c1c8313
permissions -rw-r--r--
simplified proofs for splitI and splitD, added splitD' added split_conv_tac (also to claset()) as an optimization made split_all_tac safe introducing safe_full_simp_tac,EXISTING PROOFS MAY FAIL
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5851
15ce4c1c8313 New section on advanced datatypes.
nipkow
parents:
diff changeset
     1
  "substs s [] = []"
15ce4c1c8313 New section on advanced datatypes.
nipkow
parents:
diff changeset
     2
  "substs s (t # ts) = subst s t # substs s ts"