doc-src/Tutorial/Datatype/tconstssubst
author wenzelm
Thu, 24 Jan 2002 22:42:14 +0100
changeset 12847 afa356dbcb15
parent 5851 15ce4c1c8313
permissions -rw-r--r--
fixed subgoal_tac; fails on non-existent subgoal;

consts
   subst  :: ('a => ('a,'b)term) => ('a,'b)term      => ('a,'b)term
   substs :: ('a => ('a,'b)term) => ('a,'b)term list => ('a,'b)term list