doc-src/Intro/list.thy
author berghofe
Fri, 01 Oct 1999 10:23:13 +0200
changeset 7672 c092e67d12f8
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
- Fixed bug in mk_split_pack which caused application of expansion theorem to fail because of typing reasons - Rewrote inst_lift and inst_split: now cterm_instantiate is used to instantiate theorems

List = FOL +
types 	list 1
arities list	:: (term)term
consts	Nil	:: "'a list"
   	Cons	:: "['a, 'a list] => 'a list" 
end