TFL/usyntax.sml
changeset 3713 8a1f7d5b1eff
parent 3405 2cccd0e3e9ea
child 6498 1ebbe18fe236
--- a/TFL/usyntax.sml	Thu Sep 25 12:24:53 1997 +0200
+++ b/TFL/usyntax.sml	Thu Sep 25 12:25:29 1997 +0200
@@ -239,7 +239,6 @@
 fun list_mk_imp(A,c) = itlist(fn a => fn tm => mk_imp{ant=a,conseq=tm}) A c;
 fun list_mk_forall(V,t) = itlist(fn v => fn b => mk_forall{Bvar=v, Body=b})V t;
 val list_mk_conj = end_itlist(fn c1 => fn tm => mk_conj{conj1=c1, conj2=tm})
-val list_mk_disj = end_itlist(fn d1 => fn tm => mk_disj{disj1=d1, disj2=tm})
 
 
 (* Need to reverse? *)