doc-src/Intro/list.thy
author huffman
Tue, 12 Oct 2010 06:20:05 -0700
changeset 40006 116e94f9543b
parent 32960 69916a850301
permissions -rw-r--r--
remove unneeded lemmas from Fun_Cpo.thy

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