doc-src/Intro/list.thy
author wenzelm
Tue, 01 Jun 2010 11:37:24 +0200
changeset 37220 d416e49b3926
parent 32960 69916a850301
permissions -rw-r--r--
keep structure ThyLoad for the sake of Proof General;

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