# HG changeset patch # User wenzelm # Date 876501469 -7200 # Node ID 22bbc167676851be3efbe30193632e91671fd0c2 # Parent e0baea4d485a5866155f01b630ffbd86501bac10 fixed fixed dots; diff -r e0baea4d485a -r 22bbc1676768 src/ZF/ex/ListN.thy --- a/src/ZF/ex/ListN.thy Fri Oct 10 18:23:31 1997 +0200 +++ b/src/ZF/ex/ListN.thy Fri Oct 10 18:37:49 1997 +0200 @@ -16,5 +16,5 @@ intrs NilI "<0,Nil> : listn(A)" ConsI "[| a: A; : listn(A) |] ==> : listn(A)" - type_intrs "nat_typechecks @ list. intrs" + type_intrs "nat_typechecks @ list.intrs" end diff -r e0baea4d485a -r 22bbc1676768 src/ZF/ex/Primrec.thy --- a/src/ZF/ex/Primrec.thy Fri Oct 10 18:23:31 1997 +0200 +++ b/src/ZF/ex/Primrec.thy Fri Oct 10 18:37:49 1997 +0200 @@ -57,7 +57,7 @@ PREC "[| f: primrec; g: primrec |] ==> PREC(f,g): primrec" monos "[list_mono]" con_defs "[SC_def,CONST_def,PROJ_def,COMP_def,PREC_def]" - type_intrs "nat_typechecks @ list. intrs @ + type_intrs "nat_typechecks @ list.intrs @ [lam_type, list_case_type, drop_type, map_type, apply_type, rec_type]" diff -r e0baea4d485a -r 22bbc1676768 src/ZF/ex/Rmap.thy --- a/src/ZF/ex/Rmap.thy Fri Oct 10 18:23:31 1997 +0200 +++ b/src/ZF/ex/Rmap.thy Fri Oct 10 18:37:49 1997 +0200 @@ -19,7 +19,7 @@ ConsI "[| : r; : rmap(r) |] ==> : rmap(r)" - type_intrs "[domainI,rangeI] @ list. intrs" + type_intrs "[domainI,rangeI] @ list.intrs" end